ImageGear .NET - Updated May 30, 2018
GetData Method (ImGearPDEPostScript)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPostScript Class : GetData Method
Offset into the source data at which to start filling buffer.
Gets all or part of the image data.
Syntax
'Declaration
 
Public Function GetData( _
   ByVal offset As Integer _
) As Byte()
 
'Usage
 
Dim instance As ImGearPDEPostScript
Dim offset As Integer
Dim value() As Byte
 
value = instance.GetData(offset)

Parameters

offset
Offset into the source data at which to start filling buffer.

Return Value

Integer array.
See Also

Reference

ImGearPDEPostScript Class
ImGearPDEPostScript Members