ClearImage 8 Help
Append Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageIO Class : Append Method






bmp
Bitmap object
fileName
Name of the file
Appends bitmap to the specified file

Syntax

Visual Basic (Declaration) 
Public Sub Append( _
   ByVal bmp As Bitmap, _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageIO
Dim bmp As Bitmap
Dim fileName As String
 
instance.Append(bmp, fileName)
C# 
public void Append( 
   Bitmap bmp,
   string fileName
)
Delphi 
public procedure Append( 
    bmp: Bitmap;
    fileName: String
); 
JScript 
public function Append( 
   bmp : Bitmap,
   fileName : String
);
Managed Extensions for C++ 
public: void Append( 
   Bitmap* bmp,
   string* fileName
) 
C++/CLI 
public:
void Append( 
   Bitmap^ bmp,
   String^ fileName
) 

Parameters

bmp
Bitmap object
fileName
Name of the file

Remarks

File format is derived automatically from the fileName extension.
Only .tif and .pdf extensions are valid. File is created if it does not exists.

Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.

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.