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




In This Topic
    DataLength Property
    In This Topic
    Gets a number of bytes of image data, specified by the width, height, bits per component, and color space of the image.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataLength As Integer
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As Integer
     
    value = instance.DataLength
    public int DataLength {get;}
    public: __property int get_DataLength();
    public:
    property int DataLength {
       int get();
    }

    Property Value

    Integer value.
    See Also