ImageGear .NET - Updated May 30, 2018
CoversWholeDocument Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : CoversWholeDocument Property
Gets a value indicating whether the signature's ByteRange covers the entire document.
Syntax
'Declaration
 
Public ReadOnly Property CoversWholeDocument As Boolean
 
'Usage
 
Dim instance As Signature
Dim value As Boolean
 
value = instance.CoversWholeDocument

Property Value

Whether the signature’s ByteRange cover the entire document (except for its own /Contents). Can only be true for the last Signature that was added to the document, and can be used to check whether changes/additions have been made after signing. Note that this is not a static property saved in the document,but is determined at the time of access.
See Also

Reference

Signature Class
Signature Members