ImageGear for .NET
SetData Method (ImGearPDEPostScript)




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)
public void SetData( 
   byte[] data
)
public: void SetData( 
   byte[]* data
) 
public:
void SetData( 
   array<byte>^ data
) 

Parameters

data
The data to be set.
See Also

Reference

ImGearPDEPostScript Class
ImGearPDEPostScript Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback