ImageGear .NET v25.0 - Updated
GetData Method (ImGearPDEImage)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : GetData Method
Gets an image's data.
Syntax
'Declaration
 
Public Function GetData() As Byte()
'Usage
 
Dim instance As ImGearPDEImage
Dim value() As Byte
 
value = instance.GetData()
public byte[] GetData()
public: byte[]* GetData(); 
public:
array<byte>^ GetData(); 

Return Value

Array of bytes.
Remarks
If the image is a XObject image, data is always returned as decoded data.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members