ClearImage 8 Help
SaveToStream Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : SaveToStream Method






outFormat
Save image to a Stream object.

Syntax

Visual Basic (Declaration) 
Public Function SaveToStream( _
   ByVal outFormat As EFileFormat _
) As MemoryStream
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim outFormat As EFileFormat
Dim value As MemoryStream
 
value = instance.SaveToStream(outFormat)
C# 
public MemoryStream SaveToStream( 
   EFileFormat outFormat
)
Delphi 
public function SaveToStream( 
    outFormat: EFileFormat
): MemoryStream; 
JScript 
public function SaveToStream( 
   outFormat : EFileFormat
) : MemoryStream;
Managed Extensions for C++ 
public: MemoryStream* SaveToStream( 
   EFileFormat outFormat
) 
C++/CLI 
public:
MemoryStream^ SaveToStream( 
   EFileFormat outFormat
) 

Parameters

outFormat

Remarks

Only one page is saved to stream.
To save multiple pages: SaveAs/Append to multi-page file. Create stream from file.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.