SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SigCoverageEndsAt Property

Indicates the offset in the PDF file where signature coverage ends.

Syntax

ANSI (Cross Platform)
int GetSigCoverageEndsAt();

Unicode (Windows)
INT GetSigCoverageEndsAt();
@property (nonatomic,readonly,assign,getter=sigCoverageEndsAt) int sigCoverageEndsAt;
- (int)sigCoverageEndsAt;
#define PID_PDFVERIFIER_SIGCOVERAGEENDSAT 103

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Indicates the offset in the PDF file where signature coverage ends.

PDF generators often use incremental updates to make changes in the documents. This may result in the signature only covering a part of the document (one of the past revisions), but not the subsequent changes.

Use this property to identify the offset where the signature coverage ends. One option is to compare it to the length of the whole document. Alternatively, use the GetSignedVersion() method of the PDFVerifier class to extract the exact revision that was signed.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]