ImageGear for .NET
GetData Method (ImGearPDEImage)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback