Click or drag to resize

CPDFPolylineAnnotationSetLineType 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.0.0.0
Syntax
C#
public bool SetLineType(
	C_LINE_TYPE startType,
	C_LINE_TYPE endType
)

Parameters

startType
Type: ComPDFKit.PDFAnnotationC_LINE_TYPE
Start point type
endType
Type: ComPDFKit.PDFAnnotationC_LINE_TYPE
End point type

Return Value

Type: Boolean
Returns true on success, false on failure
See Also