ImageGear .NET - Updated October 2, 2018
SetData Method (ImGearPDEPostScript)




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