ClearImageNet Send comments on this topic.
Append Method
See Also 
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
)
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.

See Also

Generated from assembly ClearImageNet [5.7.1.0]