A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFAnnotation
CPDFPolylineAnnotation Class
CPDFPolylineAnnotation Methods
ClearBgColor Method
GetPerimeterMeasure Method
ReleaseAnnot Method
SetBgColor Method
SetBorderStyle Method
SetLineColor Method
SetLineType Method
SetLineWidth Method
SetPoints Method
SetTransparency Method
CPDFPolylineAnnotation
SetLineType Method
Sets the line style for the starting point and ending point of the line, more:
C_LINE_TYPE
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
Copy
public
bool
SetLineType
(
C_LINE_TYPE
startType
,
C_LINE_TYPE
endType
)
Parameters
startType
Type:
ComPDFKit.PDFAnnotation
C_LINE_TYPE
Start point type
endType
Type:
ComPDFKit.PDFAnnotation
C_LINE_TYPE
End point type
Return Value
Type:
Boolean
Returns true on success, false on failure
See Also
Reference
CPDFPolylineAnnotation Class
ComPDFKit.PDFAnnotation Namespace