ImageGear .NET v25.0 - Updated
Contents Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > Signature Class : Contents Property
Gets the raw signature data.
Syntax
'Declaration
 
Public ReadOnly Property Contents As Byte()
'Usage
 
Dim instance As Signature
Dim value() As Byte
 
value = instance.Contents
public byte[] Contents {get;}
public: __property byte[]* get_Contents();
public:
property array<byte>^ Contents {
   array<byte>^ get();
}

Property Value

The raw signature data.
See Also

Reference

Signature Class
Signature Members