PdfPrint ClassTerminal Works - PDF Printing.Net Library
PdfPrint
Inheritance Hierarchy

SystemObject
  PdfPrintingNetPdfPrint

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public class PdfPrint

The PdfPrint type exposes the following members.

Constructors

  NameDescription
Public methodPdfPrint
Creates the PDFPrint object. If company name or license key is empty string or company name / license keys are not valid, it will behave as demo.
Top
Methods

  NameDescription
Public methodCancelCurrentPrinting
Cancels the current printing.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBitmapFromPdfPage(Byte, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(PdfPrintDocument, PdfPrintImageSettingsBmp)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, String)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, String)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, String, Boolean)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, String, Boolean)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, String, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, String, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(Byte, Int32, Int32, String, Boolean, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapFromPdfPage(String, Int32, Int32, String, Boolean, Int32, Int32)
Returns bitmap from the pdf page.
Public methodGetBitmapsFromPdfPages
Returns bitmaps from the pdf pages.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLibraryVersion
Get library version number. Useful in cases where we need library version number and library is merged with some tool with another binary.
Public methodGetNumberOfPages(Byte)
Returns the number of pages in the PDF document.
Public methodGetNumberOfPages(String)
Returns the number of pages in the PDF file. PDF file name

Return Value

Type: 
Number of pages in the PDF file, exception in case of error.
Public methodGetNumberOfPages(Byte, String)
Returns the number of pages in the PDF document.
Public methodGetNumberOfPages(String, String)
Returns the number of pages in the PDF file.
Public methodGetPdfPageSize(Byte, Int32)
Returns the width and height(in inches) of the page in the PDF file.
Public methodGetPdfPageSize(String, Int32)
Returns the width and height(in inches) of the page in the PDF file.
Public methodGetPdfPageSize(Byte, Int32, String)
Returns the width and height(in inches) of the page in the PDF file.
Public methodGetPdfPageSize(String, Int32, String)
Returns the width and height(in inches) of the page in the PDF file.
Public methodGetText(Byte, Int32)
Return text from PDF page.
Public methodGetText(String, Int32)
Return text from PDF page.
Public methodGetText(Byte, String, Int32)
Return text from PDF page.
Public methodGetText(String, String, Int32)
Return text from PDF page.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPasswordProtected(Byte)
Checks if the PDF file is password protected.
Public methodIsPasswordProtected(String)
Checks if the PDF file is password protected.
Public methodIsSupportedFile(Byte)
Checks if the file is a valid PDF.
Public methodIsSupportedFile(String)
Checks if the file is a valid PDF
Public methodIsValidPassword(Byte, String)
Checks if the password is valid.
Public methodIsValidPassword(String, String)
Checks if the password is valid.
Public methodLoadDocument(Byte, String)
Loads the specified stream into an in-memory PdfPrintDocument document.
Public methodLoadDocument(String, String)
Loads the specified file into an in-memory PdfPrintDocument document.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDocumentPrintBegin
Raises the DocumentPrintBegin event.
Protected methodOnDocumentPrintEnd
Raises the DocumentPrintEnd event.
Protected methodOnDocumentPrintPageBegin
Raises the DocumentPrintPageBegin event.
Protected methodOnDocumentPrintPageEnd
Raises the DocumentPrintPageEnd event.
Protected methodOnMultiDocumentPageSettingsQuery
Raises the OnMultiDocumentPageSettingsQuery
Protected methodOnMultiDocumentPrintBegin
Raises the MultiDocumentPrintBegin event.
Protected methodOnMultiDocumentPrintEnd
Raises the MultiDocumentPrintEnd event.
Protected methodOnMultiDocumentPrintPageBegin
Raises the MultiDocumentPrintPageBegin event.
Protected methodOnMultiDocumentPrintPageEnd
Raises the MultiDocumentPrintPageEnd event.
Protected methodOnPageSettingsQuery
Raises the OnPageSettingsQuery
Protected methodOnSingleDocumentPrintBegin
Raises the SingleDocumentPrintBegin event.
Protected methodOnSingleDocumentPrintEnd
Raises the SingleDocumentPrintEnd event.
Public methodPrint(Byte)
Prints the PDF file from byte array
Public methodPrint(String)
Prints the PDF file
Public methodPrint(MultiPdfDocumentPrintSettings)
Prints one or more PDF file as single print job
Public methodPrint(PdfPrintDocument)
Prints the PDF file
Public methodPrint(Byte, PdfPrintDocumentPrintSettings)
Prints the PDF file
Public methodPrint(Byte, PdfWatermark)
Prints the PDF file from byte array
Public methodPrint(Byte, Boolean)
Prints the PDF file from byte array
Public methodPrint(Byte, PrinterSettings)
Prints the PDF file
Public methodPrint(Byte, String)
Prints the PDF file from byte array
Public methodPrint(String, PdfPrintDocumentPrintSettings)
Prints the PDF file
Public methodPrint(String, PdfWatermark)
Prints the PDF file
Public methodPrint(String, Boolean)
Prints the PDF file
Public methodPrint(String, PrinterSettings)
Prints the PDF file
Public methodPrint(String, String)
Prints the PDF file
Public methodPrint(PdfPrintDocument, PdfPrintDocumentPrintSettings)
Prints the PDF file
Public methodPrint(Byte, PdfWatermark, String)
Prints the PDF file from byte array
Public methodPrint(Byte, PrinterSettings, PdfWatermark)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, Boolean)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String)
Prints the PDF file
Public methodPrint(Byte, String, PdfPrintDocumentPrintSettings)
Prints the PDF file
Public methodPrint(Byte, String, PdfWatermark)
Prints the PDF file from byte array
Public methodPrint(Byte, String, Boolean)
Prints the PDF file from byte array
Public methodPrint(Byte, String, String)
Prints the PDF file from byte array
Public methodPrint(String, PdfWatermark, String)
Prints the PDF file
Public methodPrint(String, PrinterSettings, PdfWatermark)
Prints the PDF file
Public methodPrint(String, PrinterSettings, Boolean)
Prints the PDF file
Public methodPrint(String, PrinterSettings, String)
Prints the PDF file
Public methodPrint(String, String, PdfPrintDocumentPrintSettings)
Prints the PDF file
Public methodPrint(String, String, PdfWatermark)
Prints the PDF file
Public methodPrint(String, String, Boolean)
Prints the PDF file
Public methodPrint(String, String, String)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, PdfWatermark, String)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String, PdfWatermark)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String, Boolean)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String, String)
Prints the PDF file
Public methodPrint(Byte, String, String, PdfWatermark)
Prints the PDF file from byte array
Public methodPrint(Byte, String, String, Boolean)
Prints the PDF file from byte array
Public methodPrint(String, PrinterSettings, PdfWatermark, String)
Prints the PDF file
Public methodPrint(String, PrinterSettings, String, PdfWatermark)
Prints the PDF file
Public methodPrint(String, PrinterSettings, String, Boolean)
Prints the PDF file
Public methodPrint(String, PrinterSettings, String, String)
Prints the PDF file
Public methodPrint(String, String, PdfWatermark, String)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String, String, PdfWatermark)
Prints the PDF file
Public methodPrint(Byte, PrinterSettings, String, String, Boolean)
Prints the PDF file
Public methodPrint(String, PrinterSettings, String, PdfWatermark, String)
Prints the PDF file
Public methodPrintWithAdobe(String)
Prints the PDF file by sillently using Adobe

NOTE: Will not work if not used in Windows desktop environment

Public methodPrintWithAdobe(String, PrinterSettings)
Prints the PDF file by sillently using Adobe

NOTE: Will not work if not used in Windows desktop environment

Public methodPrintWithAdobe(String, String)
Prints the PDF file by sillently using Adobe

NOTE: Will not work if not used in Windows desktop environment

Public methodPrintWithAdobe(String, PrinterSettings, String)
Prints the PDF file by sillently using Adobe

NOTE: Will not work if not used in Windows desktop environment

Public methodSavePdfPageAsImage(Byte, String, Int32)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(PdfPrintDocument, String, PdfPrintImageSettings)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32, String)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32, String, PdfPrintImageType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean, PdfPrintColorBitsType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean, PdfPrintColorBitsType)
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String)
Saves all pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String)
Saves all pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32)
Saves pdf pages as images from page. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32)
Saves multiple pdf pages as images starting with fromPage. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(PdfPrintDocument, String, PdfPrintImageSettings)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32)
Saves multiple pdf pages as images in the range fromPage and toPage. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, PdfPrintColorBitsType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, PdfPrintColorBitsType)
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String)
Saves all PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String)
Saves all PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32)
Saves PDF pages starting with fromPage in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32)
Saves PDF pages starting with fromPage in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(PdfPrintDocument, String, PdfPrintImageSettingsTiff)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression, PdfPrintColorBitsType)
Saves PDF pages in one multipage tiff file.
Public methodSavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression, PdfPrintColorBitsType)
Saves PDF pages in one multipage tiff file.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAllowCustomSize
Used only in combination with PageAutoSize = true. If the PDF page size isn't found in the list of available printer paper sizes, it will try to set the custom paper size. Most virtual PDF printers support the custom paper size, and most physical printers don't. The default value is false.
Public propertyCheckPrinterExistence
If set to false, it will not check for printer name existence if the non-default printer is used. This is useful in a situation where checking of the printer existence is slow due to many printers or some network printer. Default value is true.
Public propertyCollate
If set to true, it will collate the pages. If set to false, it will not collate the pages. If not set, it will use the printer default settings.
Public propertyCopies
Set the number of copies to be printed. If not selected, it will use the printer default settings.
Public propertyCustomScale
If set, it will scale the page according to the specified value. To be used, Scale must be set to CustomScale. Default value is 100%.
Public propertyDuplexType
Duplex type used in printing. If not set, it will use the printer default settings.
Public propertyInverseForm
It forces content of AdobeForm to be rendered before the page. Needed in some rare cases. It doesn't have effect in PrintWithAdobe method. Default is false.
Public propertyIsAutoRotate
If set to true, it will override selected value for IsLandscape and it will set orientation to landscape or portrait based on the content width / height. It not set it, selected value for IsLandscape will be used. It doesn't have effect in PrintWithAdobe method.
Public propertyIsContentCentered
If set to true, it will center content in standard Print method. It doesn't have effect in PrintWithAdobe method. Default value is True.
Public propertyIsLandscape
If set to true, it will print as landscape if IsAutoRotate = false. If set to false, it will print as portrait if IsAutoRotate = false. It not set, it will use the printer default settings.
Public propertyMargins
If set, it will apply the margins. Units are 1/100 inch (i.e. 100 = 1 inch). Setting Scale influences the print result. When set to None, the margins are adjusted (if needed) to preserve the actual size of the print content. And when content is smaller, existing whitespace is considered as part of margin space. For all other values, the print content size is adjusted (if needed) to preserve the specified margins. Default value is (0,0,0,0).
Public propertyPageAutoSize
If set to true, automatically sets printer paper size according to page size of each page in the PDF. Size will be set if printer supports that paper size. If successful, it will override PaperSize property. Default value is false. It doesnt't have effect in PrintWithAdobe.

See also: AllowCustomSize

Public propertyPages
Defines the pages that are to be printed. If not set, it wil print all pages. If PrintWithAdobe method is used, Pages can't have more than one interval defined.
Public propertyPaperSize
What type of paper size to use? If not set, it will use the printer default settings.

See also: PageAutoSize

Public propertyPaperSource
Paper source used for printing. If not set, it will use the printer default settings.
Public propertyPaperSourceTrayInfo
List of paper source tray names and supported page sizes for that tray. It must be manully set. It is used in combination when PageAutoSize doesn't work on its own. It is ignored if PageAutoSize = false.
Public propertyPrinterName
Name of the printer used for printing. If not set, it will use the default printer.
Public propertyPrinterResolution
Printer resolution used for printing. If not set, it will use the printer default settings.
Public propertyPrintInColor
It set to true, it will print in color. If set to false, it will print as grayscale. If not set, it will use the printer default settings.
Public propertyRangeType
Range type. It not set, it will print both even and odd pages in the selected range interval.
Public propertyRotation
Public propertyScale
If set, it will scale the page according to the chosen scale type. If not set, it will use the Shrink scaling type. If PrintWithAdobe method both Shrink and FitToMargins behaves like Shrink.
Public propertySettingDialog
Use the printer settings dialog. If not set, it will not use the printer settings dialog.
Public propertyUseOldPrintingSystem
This uses .NET built-in printing API. It is (much) slower for some printers, but for some printers this is the only way it will work. Default value is false.
Public propertyWatermark
Watermark to be printed (it can be Image or Text).
Top
Events

  NameDescription
Public eventDocumentPrintBegin
Occurs when document print begins.
Public eventDocumentPrintEnd
Occurs when document print ends.
Public eventDocumentPrintPageBegin
Occurs when document print page begins.
Public eventDocumentPrintPageEnd
Occurs when document print page ends.
Public eventMultiDocumentPageSettingsQuery
Occurs on multi document page settings query
Public eventMultiDocumentPrintBegin
Occurs when multi document print begins.
Public eventMultiDocumentPrintEnd
Occurs when multi document print ends.
Public eventMultiDocumentPrintPageBegin
Occurs when multi document print page begins.
Public eventMultiDocumentPrintPageEnd
Occurs when multi document print page ends.
Public eventPageSettingsQuery
Occurs on single page settings query
Public eventSingleDocumentPrintBegin
Occurs when single document print begins.
Public eventSingleDocumentPrintEnd
Occurs when single document print ends.
Top
See Also

Reference