mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / PrintPDF Method

Then full path of the PDF file to print.

The device name of the printer to use for printing the PDF.

In This Topic
    PrintPDF Method
    In This Topic
    Description

    Prints a PDF by filename to a printer by printername.

    Syntax
    Visual Basic
    Public Sub PrintPDF( _
       ByVal FileName As String, _
       ByVal PrinterName As String _
    ) 
    Parameters
    FileName

    Then full path of the PDF file to print.

    PrinterName

    The device name of the printer to use for printing the PDF.

    Remarks

    You must make sure that both the PDF file and the Printer exist before calling this method.

    See Also