ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / SetDataStream Method
ImGearPDEImageDataFlags options. If the ENCODED flag is set, the stream must be encoded.
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.
Stream for the image data.




In This Topic
    SetDataStream Method (ImGearPDEImage)
    In This Topic
    Sets a data stream for an image.
    Syntax
    'Declaration
     
    Public Sub SetDataStream( _
       ByVal options As ImGearPDEImageDataFlags, _
       ByVal filters As ImGearPDEFilterArray, _
       ByVal dataStream As ImGearPDFStream _
    ) 
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim options As ImGearPDEImageDataFlags
    Dim filters As ImGearPDEFilterArray
    Dim dataStream As ImGearPDFStream
     
    instance.SetDataStream(options, filters, dataStream)
    public void SetDataStream( 
       ImGearPDEImageDataFlags options,
       ImGearPDEFilterArray filters,
       ImGearPDFStream dataStream
    )
    public: void SetDataStream( 
       ImGearPDEImageDataFlags options,
       ImGearPDEFilterArray* filters,
       ImGearPDFStream* dataStream
    ) 
    public:
    void SetDataStream( 
       ImGearPDEImageDataFlags options,
       ImGearPDEFilterArray^ filters,
       ImGearPDFStream^ dataStream
    ) 

    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