SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SigCoverageEndsAt Property

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

Object Oriented Interface

public function getSigCoverageEndsAt();

Procedural Interface

secureblackbox_pdfverifier_get($res, 103 );

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 PHP Edition - Version 20.0 [Build 8154]