ImageGear PDF v25.2 - Updated
GetData Method (ImGearPDEPostScript)




ImageGear.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)
public byte[] GetData( 
   int offset
)
public: byte[]* GetData( 
   int offset
) 
public:
array<byte>^ GetData( 
   int 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

Is this page helpful?
Yes No
Thanks for your feedback.