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






FileName
Format
Only formats starting with ciTIFF or cifPDF are valid. ciTIFF_G4 for Bi-tonal images and ciTIFF_LZW for Color and Grayscale images.
Append image to file

Syntax

Visual Basic (Declaration) 
Public Function Append( _
   ByVal FileName As String, _
   ByVal Format As EFileFormat _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim FileName As String
Dim Format As EFileFormat
Dim value As Integer
 
value = instance.Append(FileName, Format)
C# 
public int Append( 
   string FileName,
   EFileFormat Format
)
Delphi 
public function Append( 
    FileName: String;
    Format: EFileFormat
): Integer; 
JScript 
public function Append( 
   FileName : String,
   Format : EFileFormat
) : int;
Managed Extensions for C++ 
public: int Append( 
   string* FileName,
   EFileFormat Format
) 
C++/CLI 
public:
int Append( 
   String^ FileName,
   EFileFormat Format
) 

Parameters

FileName
Format
Only formats starting with ciTIFF or cifPDF are valid. ciTIFF_G4 for Bi-tonal images and ciTIFF_LZW for Color and Grayscale images.

Remarks

File is created if it does not exist. Existing file should be in TIFF format.

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.