Click or drag to resize

CPDFFreeTextAnnotationSetRect Method

Sets annotation rectangle. The page coordinate system has its origin at the left-bottom corner of the page, with the X-axis on the bottom going to the right, and the Y-axis on the left side going up. The device coordinate system is device dependent. For screen device, its origin is at the left-top corner of the window.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public override bool SetRect(
	CRect rect
)

Parameters

rect
Type: ComPDFKit.ImportCRect
PDF page rectangle area

Return Value

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