ImageGear .NET - Updated October 26, 2017
SetData Method (ImGearPDEPostScript)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEPostScript Class : SetData Method
The data to be set.
Sets the data for the postscript.
Syntax
'Declaration
 
Public Sub SetData( _
   ByVal data() As Byte _
) 
 
'Usage
 
Dim instance As ImGearPDEPostScript
Dim data() As Byte
 
instance.SetData(data)

Parameters

data
The data to be set.
See Also

Reference

ImGearPDEPostScript Class
ImGearPDEPostScript Members