Gets a length of the encoded data, if the data is encoded, that is, IsDataEncoded
is True.
Syntax
public int EncodedLength {get;}
public: __property int get_EncodedLength();
public:
property int EncodedLength {
int get();
}
'Declaration
Public ReadOnly Property EncodedLength As Integer
'Usage
Dim instance As ImGearPDEImage
Dim value As Integer
value = instance.EncodedLength
Property Value
Integer value.
See Also