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
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
CPDFLineAnnotation Class
ComPDFKit.PDFAnnotation Namespace