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




options
ImGearPDEImageDataFlags options. If the ENCODED flag is set, data is returned in encoded form. Otherwise, data is decoded.

Glossary Item Box

Gets 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, data is returned in encoded form. Otherwise, data is decoded.

Return Value

ImGearPDFStream class object.

Remarks

May only be called for XObject images.

The caller must dispose of the returned stream by calling its Dispose() method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.