Click or drag to resize

PdfLineData Constructor (PointF, PointF, Boolean, AnnotationBrush, AnnotationPen, String, String, DateTime)

Creates a new instance of PdfLineData specifying its parameters.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfLineData(
	PointF startPoint,
	PointF endPoint,
	bool displayCaption,
	AnnotationBrush fill,
	AnnotationPen outline,
	string text,
	string username,
	DateTime modifiedDate
)

Parameters

startPoint
Type: System.DrawingPointF
The start point of the line in annotation space.
endPoint
Type: System.DrawingPointF
The end point of the line in annotation space.
displayCaption
Type: SystemBoolean
A value indicating whether to display the line caption.
fill
Type: Atalasoft.AnnotateAnnotationBrush
A brush used for filling line caps.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to draw the line.
text
Type: SystemString
The text of the annotation.
username
Type: SystemString
The username of the person modifying the annotation.
modifiedDate
Type: SystemDateTime
The last modified date for the annotation.
See Also