Click or drag to resize

PdfLineData Constructor

Creates a new instance of PdfLineData.
Overload List
  NameDescription
Public methodPdfLineData
Creates a new instance of PdfLineData with default values.
Public methodPdfLineData(SerializationInfo, StreamingContext)
Creates a new instance of PdfLineData from serialized information.
Public methodPdfLineData(PointF, PointF, Boolean, AnnotationBrush, AnnotationPen)
Creates a new instance of PdfLineData specifying the points, brush, pen and whether to display the line caption.
Public methodPdfLineData(PointF, PointF, Boolean, AnnotationBrush, AnnotationPen, String, String, DateTime)
Creates a new instance of PdfLineData specifying its parameters.
Top
See Also