ImageGear .NET v25.0 - Updated
DataLength Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : DataLength Property
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

Reference

ImGearPDEImage Class
ImGearPDEImage Members