ImageGear .NET v25.0 - Updated
ByteRange Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : ByteRange Property
Gets the range of bytes as an array of pairs of integers (starting byte offset, length in bytes) of the document covered for integrity by this signature.
Syntax
'Declaration
 
Public ReadOnly Property ByteRange As Long()
'Usage
 
Dim instance As Signature
Dim value() As Long
 
value = instance.ByteRange
public long[] ByteRange {get;}
public: __property long[]* get_ByteRange();
public:
property array<int64>^ ByteRange {
   array<int64>^ get();
}

Property Value

The range of bytes of the document covered for integrity by this signature. An array of pairs of integers (starting byte offset, length in bytes).
See Also

Reference

Signature Class
Signature Members