Click or drag to resize

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.0.0.0
Syntax
C#
public CRect GetPageBound(
	CPDFDocument document
)

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object

Return Value

Type: CRect
The rectangular area position of the signature within the page
See Also