A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFAnnotation
CPDFLineAnnotation Class
CPDFLineAnnotation Methods
ClearBgColor Method
GetDistanceMeasure Method
ReleaseAnnot Method
SetBgColor Method
SetBorderStyle Method
SetLineColor Method
SetLinePoints Method
SetLineType Method
SetLineWidth Method
SetTransparency Method
CPDFLineAnnotation
SetLinePoints Method
Sets start point and end point of the line.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
Copy
public
bool
SetLinePoints
(
CPoint
startPoint
,
CPoint
endPoint
)
Parameters
startPoint
Type:
ComPDFKit.Import
CPoint
Start point
endPoint
Type:
ComPDFKit.Import
CPoint
End point
Return Value
Type:
Boolean
Returns true on success, false on failure
See Also
Reference
CPDFLineAnnotation Class
ComPDFKit.PDFAnnotation Namespace