The PdfPrint type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelCurrentPrinting |
Cancels the current printing.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetBitmapFromPdfPage(Byte, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(PdfPrintDocument, PdfPrintImageSettingsBmp) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, String) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, String) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, String, Boolean) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, String, Boolean) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, String, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, String, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(Byte, Int32, Int32, String, Boolean, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapFromPdfPage(String, Int32, Int32, String, Boolean, Int32, Int32) |
Returns bitmap from the pdf page.
| |
GetBitmapsFromPdfPages |
Returns bitmaps from the pdf pages.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLibraryVersion |
Get library version number. Useful in cases where we need library version number and library is merged with some tool with another binary.
| |
GetNumberOfPages(Byte) |
Returns the number of pages in the PDF document.
| |
GetNumberOfPages(String) |
Returns the number of pages in the PDF file.
PDF file name Return ValueType:Number of pages in the PDF file, exception in case of error. | |
GetNumberOfPages(Byte, String) |
Returns the number of pages in the PDF document.
| |
GetNumberOfPages(String, String) |
Returns the number of pages in the PDF file.
| |
GetPdfPageSize(Byte, Int32) |
Returns the width and height(in inches) of the page in the PDF file.
| |
GetPdfPageSize(String, Int32) |
Returns the width and height(in inches) of the page in the PDF file.
| |
GetPdfPageSize(Byte, Int32, String) |
Returns the width and height(in inches) of the page in the PDF file.
| |
GetPdfPageSize(String, Int32, String) |
Returns the width and height(in inches) of the page in the PDF file.
| |
GetText(Byte, Int32) |
Return text from PDF page.
| |
GetText(String, Int32) |
Return text from PDF page.
| |
GetText(Byte, String, Int32) |
Return text from PDF page.
| |
GetText(String, String, Int32) |
Return text from PDF page.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPasswordProtected(Byte) |
Checks if the PDF file is password protected.
| |
IsPasswordProtected(String) |
Checks if the PDF file is password protected.
| |
IsSupportedFile(Byte) |
Checks if the file is a valid PDF.
| |
IsSupportedFile(String) |
Checks if the file is a valid PDF
| |
IsValidPassword(Byte, String) |
Checks if the password is valid.
| |
IsValidPassword(String, String) |
Checks if the password is valid.
| |
LoadDocument(Byte, String) |
Loads the specified stream into an in-memory PdfPrintDocument document.
| |
LoadDocument(String, String) |
Loads the specified file into an in-memory PdfPrintDocument document.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDocumentPrintBegin |
Raises the DocumentPrintBegin event.
| |
OnDocumentPrintEnd |
Raises the DocumentPrintEnd event.
| |
OnDocumentPrintPageBegin |
Raises the DocumentPrintPageBegin event.
| |
OnDocumentPrintPageEnd |
Raises the DocumentPrintPageEnd event.
| |
OnMultiDocumentPageSettingsQuery |
Raises the OnMultiDocumentPageSettingsQuery
| |
OnMultiDocumentPrintBegin |
Raises the MultiDocumentPrintBegin event.
| |
OnMultiDocumentPrintEnd |
Raises the MultiDocumentPrintEnd event.
| |
OnMultiDocumentPrintPageBegin |
Raises the MultiDocumentPrintPageBegin event.
| |
OnMultiDocumentPrintPageEnd |
Raises the MultiDocumentPrintPageEnd event.
| |
OnPageSettingsQuery |
Raises the OnPageSettingsQuery
| |
OnSingleDocumentPrintBegin |
Raises the SingleDocumentPrintBegin event.
| |
OnSingleDocumentPrintEnd |
Raises the SingleDocumentPrintEnd event.
| |
Print(Byte) |
Prints the PDF file from byte array
| |
Print(String) |
Prints the PDF file
| |
Print(MultiPdfDocumentPrintSettings) |
Prints one or more PDF file as single print job
| |
Print(PdfPrintDocument) |
Prints the PDF file
| |
Print(Byte, PdfPrintDocumentPrintSettings) |
Prints the PDF file
| |
Print(Byte, PdfWatermark) |
Prints the PDF file from byte array
| |
Print(Byte, Boolean) |
Prints the PDF file from byte array
| |
Print(Byte, PrinterSettings) |
Prints the PDF file
| |
Print(Byte, String) |
Prints the PDF file from byte array
| |
Print(String, PdfPrintDocumentPrintSettings) |
Prints the PDF file
| |
Print(String, PdfWatermark) |
Prints the PDF file
| |
Print(String, Boolean) |
Prints the PDF file
| |
Print(String, PrinterSettings) |
Prints the PDF file
| |
Print(String, String) |
Prints the PDF file
| |
Print(PdfPrintDocument, PdfPrintDocumentPrintSettings) |
Prints the PDF file
| |
Print(Byte, PdfWatermark, String) |
Prints the PDF file from byte array
| |
Print(Byte, PrinterSettings, PdfWatermark) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, Boolean) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String) |
Prints the PDF file
| |
Print(Byte, String, PdfPrintDocumentPrintSettings) |
Prints the PDF file
| |
Print(Byte, String, PdfWatermark) |
Prints the PDF file from byte array
| |
Print(Byte, String, Boolean) |
Prints the PDF file from byte array
| |
Print(Byte, String, String) |
Prints the PDF file from byte array
| |
Print(String, PdfWatermark, String) |
Prints the PDF file
| |
Print(String, PrinterSettings, PdfWatermark) |
Prints the PDF file
| |
Print(String, PrinterSettings, Boolean) |
Prints the PDF file
| |
Print(String, PrinterSettings, String) |
Prints the PDF file
| |
Print(String, String, PdfPrintDocumentPrintSettings) |
Prints the PDF file
| |
Print(String, String, PdfWatermark) |
Prints the PDF file
| |
Print(String, String, Boolean) |
Prints the PDF file
| |
Print(String, String, String) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, PdfWatermark, String) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String, PdfWatermark) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String, Boolean) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String, String) |
Prints the PDF file
| |
Print(Byte, String, String, PdfWatermark) |
Prints the PDF file from byte array
| |
Print(Byte, String, String, Boolean) |
Prints the PDF file from byte array
| |
Print(String, PrinterSettings, PdfWatermark, String) |
Prints the PDF file
| |
Print(String, PrinterSettings, String, PdfWatermark) |
Prints the PDF file
| |
Print(String, PrinterSettings, String, Boolean) |
Prints the PDF file
| |
Print(String, PrinterSettings, String, String) |
Prints the PDF file
| |
Print(String, String, PdfWatermark, String) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String, String, PdfWatermark) |
Prints the PDF file
| |
Print(Byte, PrinterSettings, String, String, Boolean) |
Prints the PDF file
| |
Print(String, PrinterSettings, String, PdfWatermark, String) |
Prints the PDF file
| |
PrintWithAdobe(String) |
Prints the PDF file by sillently using Adobe
NOTE: Will not work if not used in Windows desktop environment
| |
PrintWithAdobe(String, PrinterSettings) |
Prints the PDF file by sillently using Adobe
NOTE: Will not work if not used in Windows desktop environment
| |
PrintWithAdobe(String, String) |
Prints the PDF file by sillently using Adobe
NOTE: Will not work if not used in Windows desktop environment
| |
PrintWithAdobe(String, PrinterSettings, String) |
Prints the PDF file by sillently using Adobe
NOTE: Will not work if not used in Windows desktop environment
| |
SavePdfPageAsImage(Byte, String, Int32) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(PdfPrintDocument, Stream, PdfPrintImageSettings) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(PdfPrintDocument, String, PdfPrintImageSettings) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32, String) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int32, String, PdfPrintImageType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(Byte, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean, PdfPrintColorBitsType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPageAsImage(String, String, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, Boolean, PdfPrintColorBitsType) |
Saves pdf page as an image. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String) |
Saves all pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String) |
Saves all pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32) |
Saves pdf pages as images from page. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32) |
Saves multiple pdf pages as images starting with fromPage. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(PdfPrintDocument, String, PdfPrintImageSettings) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32) |
Saves multiple pdf pages as images in the range fromPage and toPage. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, PdfPrintColorBitsType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsImages(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, Int64, String, PdfPrintImageType, PdfPrintColorBitsType) |
Saves multiple pdf pages as images. Supported image types are BMP, TIF/TIFF, GIF, JPG/JPEG and PNG.
| |
SavePdfPagesAsMultiPageTiff(Byte, String) |
Saves all PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String) |
Saves all PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32) |
Saves PDF pages starting with fromPage in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32) |
Saves PDF pages starting with fromPage in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(PdfPrintDocument, Stream, PdfPrintImageSettingsTiff) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(PdfPrintDocument, String, PdfPrintImageSettingsTiff) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(Byte, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression, PdfPrintColorBitsType) |
Saves PDF pages in one multipage TIFF file.
| |
SavePdfPagesAsMultiPageTiff(String, String, Int32, Int32, Int32, Single, Single, PdfPrintColorType, String, PdfPrintTiffCompression, PdfPrintColorBitsType) |
Saves PDF pages in one multipage TIFF file.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also