SecureBlackbox 2020 Python Edition

Questions / Feedback?

sig_coverage_ends_at Property

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

Syntax

def get_sig_coverage_ends_at() -> int: ...

sig_coverage_ends_at = property(get_sig_coverage_ends_at, None)

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.

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