ImgEdit User Control

ImgEdit Class Library

ImgEdit.PrintSelectedPage(Boolean,[Boolean],[Boolean])

 

Prints the selected page of the image.

 

[Visual Basic]

Public Sub PrintSelectedPage( _

ByVal WithAnnotations As Boolean, _

Optional ByVal FitToPage As Boolean = False _

Optional ByVal ShowPrinterSettings As Boolean = True)

 

Parameters

 WithAnnotations

        If true all pages will be printed with the existing annotations.

    FitToPage

        If true the image will be resized to the paper size.

        This parameter is optional.

    ShowPrinterSettings

        If false the control will use the system default printer with the printer settings.

        This parameter is optional.

 

Return Value

    None

 

Example

[Visual Basic] The following example prints the selected page  without annotations.

 

[Visual Basic]

ImgEdit1.PrintSelectedPage(False)

 

Requirements

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

Documentation Version 1.6