CPDFSignatureGetPageBound Method |
Get the rectangular area position of the signature within the page.
Namespace:
ComPDFKit.DigitalSign
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public CRect GetPageBound(
CPDFDocument document
)
Parameters
- document
- Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object
Return Value
Type:
CRectThe rectangular area position of the signature within the page
See Also