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: 2.2.0.0 (2.2.0.0)
Syntax public override bool SetRect(
CRect rect
)
Parameters
- rect
- Type: CRect
Page rectangle area
Return Value
Type:
BooleanReturns true on success, false on failure
See Also