Click or drag to resize

PdfLineAnnotation Constructor

Creates a new instance of PdfLineAnnotation.
Overload List
  NameDescription
Public methodPdfLineAnnotation()
Creates a new instance of PdfLineAnnotation with default values.
Public methodPdfLineAnnotation(PdfLineData)
Creates a new instance of PdfLineAnnotation from a PdfLineData object.
Public methodPdfLineAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of PdfLineAnnotation from serialized information.
Public methodPdfLineAnnotation(PointF, PointF, Boolean, AnnotationBrush, AnnotationPen)
Creates a new instance of PdfLineAnnotation specifying the points, fill, outline and whether or not to display its caption.
Public methodPdfLineAnnotation(PointF, PointF, Boolean, AnnotationBrush, AnnotationPen, String, String, DateTime)
Create a new instance of PdfLineData specifying its parameters.
Top
See Also