ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEPostScript Class / GetData Method
Offset into the source data at which to start filling buffer.




In This Topic
    GetData Method (ImGearPDEPostScript)
    In This Topic
    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