ImageGear .NET - Updated
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
public bool CoversWholeDocument {get;}
public: __property bool get_CoversWholeDocument();
public:
property bool CoversWholeDocument {
   bool get();
}

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