ImageGear .NET - Updated October 2, 2018
GetData Method (ImGearPDEImage)




ImageGear24.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()

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