Click or drag to resize

CPDFInkAnnotationSetRect 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: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public override bool SetRect(
	CRect rect
)

Parameters

rect
Type: ComPDFKit.ImportCRect
Page rectangle area

Return Value

Type: Boolean
Returns true on success, false on failure

Implements

CPDFAnnotationSetRect(CRect)
See Also