ImgEdit User Control

ImgEdit Class Library

ImgEdit.Export_To_PDF(String,Boolean,[Boolean])

 

PDF export, multi, single or selected page.

 

[Visual Basic]

Public Sub Export_To_PDF( _

ByVal Output As String, _

ByVal IsMultipage As Boolean, _

Optional ByVal SelectedPage As Boolean = False)

 

Parameters

    Output

        The output PDF filename.

    IsMultipage

        Save all pages in a unique PDF file.

    SelectedPage

        Save the selected page only. This parameter is optional.

      

 

Return Value

    None

 

Example

[Visual Basic] The following example saves all the displayed pages to a multipage PDF.

 

[Visual Basic]

ImgEdit1.Export_To_PDF("C:\Test\01.pdf", True)

 

Requirements

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

Documentation Version 1.6