CPDFSignatureGetPageIndex Method |
Get the page number where the signature is located.
Namespace:
ComPDFKit.DigitalSign
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public int GetPageIndex(
CPDFDocument document
)
Parameters
- document
- Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object
Return Value
Type:
Int32The page number where the signature is located
See Also