ImageGear .NET v25.0 - Updated
EncodedLength Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : EncodedLength Property
Gets a length of the encoded data, if the data is encoded, that is, IsDataEncoded is True.
Syntax
'Declaration
 
Public ReadOnly Property EncodedLength As Integer
'Usage
 
Dim instance As ImGearPDEImage
Dim value As Integer
 
value = instance.EncodedLength
public int EncodedLength {get;}
public: __property int get_EncodedLength();
public:
property int EncodedLength {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members