ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / EncodedLength Property




In This Topic
    EncodedLength Property
    In This Topic
    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