PDF Viewer ActiveX Control

Methods

Public Method FitHeight      

Fit the PDF to height of current display area.

Public Method FitWidth      

Fit the PDF to width of current display area.

Public Method FitWindow    

Fit the PDF content to current display area.

Public Method SaveBitmaps      

Export the PDF Pages to Bitmap files.

Public Method SaveBitmapsBySize      

Export the PDF Pages or specific PDF Page to Bitmap files for specific size .

Public Method SearchNextText      

Search the next text.

Public Method SearchPrevText     

Search the previous text.

Public Method Search    

Search the text.

Public Method IsEncrypted  

Return true if the loaded PDF is password protected.

Public Method LoadPDFFile  

Load the PDF file.

Public Method PDFClose

Close the PDF file.

Public Method PDFZoomOut 

Zoom out the PDF.

Public Method PDFZoomIn

Zoom in the PDF.

Public Method PDFPrint

Print the PDF.

Public Method PrinterClosePDF

Close the pdf when use PrinterOpenPDF open PDF.

Public Method PrinterCount

Return the count of installed Printer.

Public Method PrinterGetDefaultPrinterName

Return the default Printer Name.

Public MethodPrinterGetPageCount

Return the total count of page when you use LoadPDFFile or PrinterOpenPDF methods.

Public MethodPrinterName

Return the Printer Name for specific index.

Public MethodPrinterOpenPDF

For print the PDF without display the PDF.

Public MethodPrinterSetPageOrientation

Set the Page Orientation when Print the PDF without display Print Dialog.

Public MethodPrinterSetPageRange

Set the Page range when Print the PDF without display Print Dialog.

Public MethodPrinterSetPrinterName

Set the Printer when Print the PDF without display Print Dialog.

Public MethodPrinterShowPageSetupDlg

Show Page setup Dialog when Print the PDF without display Print Dialog.

Public MethodPrinterShowPrintDlg

Show Print Dialog when Print the PDF.

Public Method GoToNextPage   

Go to the next page.

Public Method GoToPrevPage

Go to the previous page.

Public Method ShowOriginalSize  

Show the original size.

Public Method GoToPage

Go to specific Page.