ImgEdit User Control

ImgEdit Class Library

ImgEdit.AppendPage(String)

ImgEdit.AppendPage(String,Integer,Integer)

ImgEdit.AppendPage(System.Drawing.Bitmap)

 

Appends one or more pages to the image.

 

[Visual Basic]

Public Sub AppendPage( _

ByVal New_Filename As String)

 

Parameters

    New_Filename

        The filename that the pages will be appended.

 

Return Value

    None

 

[Visual Basic]

Public Sub AppendPage( _

ByVal New_Filename As String, _

ByVal StartPage As Integer, _

ByVal EndPage As Integer)

 

Parameters

    New_FileName

        The file that the pages will be appended.

    StartPage

        The start page group that will be appended.

    EndPage

        The end page group that will be appended.

 

Return Value

    None

 

[Visual Basic]

Public Sub AppendPage( _

ByVal bmp As System.Drawing.Bitmap)

 

Parameters

    bmp

        The bitmap that the page will be appended.

 

Return Value

    None

 

Example

[Visual Basic] The following example appends all pages to the original filename.

 

[Visual Basic]

ImgEdit1.AppendPage("C:\Test\01.tif")

 

Example

[Visual Basic] The following example appends two pages to the original filename.

 

[Visual Basic]

ImgEdit1.AppendPage("C:\Test\01.tif", 1, 2)

 

Example

[Visual Basic] The following example appends a bitmap to the displayed image.

 

[Visual Basic]

Dim bmp as New Bitmap("C:\Test\01.tif")

ImgEdit1.AppendPage(bmp)

 

Note:  Annotations will not be saved upon inserting, appending, deleting, moving and using the RotateFlip_AutoSave pages. The file must be saved using the save function.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6