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