ImageGear for .NET
SetDataStream Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetDataStream Method




options
ImGearPDEImageDataFlags options. If the ENCODED flag is set, the stream must be encoded.
filters
ImGearPDEFilterArray object. If not Null, is used to build the objects for the Filter, DecodeParms, and EncodeParms objects. If is Null, the existing Filter and DecodeParms are used. EncodeParms is set to DecodeParms if it exists.
dataStream
Stream for the image data.

Glossary Item Box

Sets a data stream for an image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

options
ImGearPDEImageDataFlags options. If the ENCODED flag is set, the stream must be encoded.
filters
ImGearPDEFilterArray object. If not Null, is used to build the objects for the Filter, DecodeParms, and EncodeParms objects. If is Null, the existing Filter and DecodeParms are used. EncodeParms is set to DecodeParms if it exists.
dataStream
Stream for the image data.

Remarks

Can only be used for XObject images.

See Also

©2013. Accusoft Corporation. All Rights Reserved.