ImageGear .NET v25.0 - Updated
SetData Method (ImGearPDEImage)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetData Method
A set of ImGearPDEImageDataFlags options. If ENCODED is set, the data must be encoded for the current filters. If the ENCODED flag is not set, data is not encoded.
Image data.
Sets data for an image.
Syntax
'Declaration
 
Public Sub SetData( _
   ByVal options As ImGearPDEImageDataFlags, _
   ByVal data() As Byte _
) 
'Usage
 
Dim instance As ImGearPDEImage
Dim options As ImGearPDEImageDataFlags
Dim data() As Byte
 
instance.SetData(options, data)
public void SetData( 
   ImGearPDEImageDataFlags options,
   byte[] data
)
public: void SetData( 
   ImGearPDEImageDataFlags options,
   byte[]* data
) 
public:
void SetData( 
   ImGearPDEImageDataFlags options,
   array<byte>^ data
) 

Parameters

options
A set of ImGearPDEImageDataFlags options. If ENCODED is set, the data must be encoded for the current filters. If the ENCODED flag is not set, data is not encoded.
data
Image data.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members
ImGearPDEImageDataFlags Enumeration