You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1676 lines
94 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>PdfPrintingNet</name>
</assembly>
<members>
<member name="M:PdfPrintingNet.PdfPrint.#ctor(System.String,System.String)">
<summary>
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.
</summary>
<param name="companyName">Company name of the license owner.</param>
<param name="licenseKey">License key</param>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetPdfPageSize(System.String,System.Int32)">
<summary>
Returns the width and height(in inches) of the page in the PDF file.
</summary>
<param name="fileName">PDF file name</param>
<param name="pageNumber">PDF page number</param>
<returns>Width and height (in inches) of selected page, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetPdfPageSize(System.String,System.Int32,System.String)">
<summary>
Returns the width and height(in inches) of the page in the PDF file.
</summary>
<param name="fileName">PDF file name</param>
<param name="pageNumber">PDF page number</param>
<param name="password">Password - pdf file password. </param>
<returns>Width and height (in inches) of selected page, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetPdfPageSize(System.Byte[],System.Int32)">
<summary>
Returns the width and height(in inches) of the page in the PDF file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">PDF page number</param>
<returns>Width and height (in inches) of selected page, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetPdfPageSize(System.Byte[],System.Int32,System.String)">
<summary>
Returns the width and height(in inches) of the page in the PDF file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">PDF page number</param>
<param name="password">Password - pdf file password. </param>
<returns>Width and height (in inches) of selected page, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetNumberOfPages(System.String)">
<summary>
Returns the number of pages in the PDF file.
</summary>
<param name="fileName">PDF file name</param>
<returns>Number of pages in the PDF file, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetNumberOfPages(System.String,System.String)">
<summary>
Returns the number of pages in the PDF file.
</summary>
<param name="fileName">PDF file name</param>
<param name="password">Password - pdf file password. </param>
<returns>Number of pages in the PDF file, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetNumberOfPages(System.Byte[])">
<summary>
Returns the number of pages in the PDF document.
</summary>
<param name="pdfArray">PDF content</param>
<returns>Number of pages in the PDF document, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetNumberOfPages(System.Byte[],System.String)">
<summary>
Returns the number of pages in the PDF document.
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">Password - pdf document password </param>
<returns>Number of pages in the PDF document, exception in case of error.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int32)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int32,System.String)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int32,System.String,PdfPrintingNet.PdfPrint.ImageType)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<param name="imageType">Image type of output image file</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.String,System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String,PdfPrintingNet.PdfPrint.ImageType,System.Boolean)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<param name="imageType">Image type of output image file</param>
<param name="checkPDFFile">Check if PDF file and page number is valid</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String,PdfPrintingNet.PdfPrint.ImageType)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<param name="imageType">Image type of output image file</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPageAsImage(System.Byte[],System.String,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String,PdfPrintingNet.PdfPrint.ImageType,System.Boolean)">
<summary>
Saves pdf page as an image. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Output image file name</param>
<param name="pageNumber">PDF page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF.</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - pdf file password</param>
<param name="imageType">Image type of output image file</param>
<param name="checkPDFFile">Check if PDF file and page number is valid</param>
<returns>Status, if unexpected error returns exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String)">
<summary>
Saves all pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32)">
<summary>
Saves multiple pdf pages as images starting with fromPage. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32)">
<summary>
Saves multiple pdf pages as images in the range fromPage and toPage. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String,PdfPrintingNet.PdfPrint.ImageType)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<param name="imageType">Image type of output image file.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String)">
<summary>
Saves all pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32)">
<summary>
Saves pdf pages as images from page. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsImages(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.Int64,System.String,PdfPrintingNet.PdfPrint.ImageType)">
<summary>
Saves multiple pdf pages as images. Supported image types are BMP, TIFF, GIF, JPG/JPEG and PNG.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="quality">Image quality in % (between 0 and 100)</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<param name="imageType">Image type of output image file.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String)">
<summary>
Saves all PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32)">
<summary>
Saves PDF pages starting with fromPage in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.String)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.String,PdfPrintingNet.PdfPrint.TiffCompression)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="fileName">PDF file name</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<param name="tiffCompression">TiffCompression - Compression used in Tiff image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String)">
<summary>
Saves all PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32)">
<summary>
Saves PDF pages starting with fromPage in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.String)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.SavePdfPagesAsMultiPageTiff(System.Byte[],System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfPrint.ColorType,System.String,PdfPrintingNet.PdfPrint.TiffCompression)">
<summary>
Saves PDF pages in one multipage tiff file.
</summary>
<param name="pdfArray">PDF content</param>
<param name="outputFileName">Image output file name</param>
<param name="fromPage">From PDF page.</param>
<param name="toPage">To PDF page.</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="xResolution">X Resolution of the output image.</param>
<param name="yResolution">Y resolution of the output image.</param>
<param name="colorType">Color type - BW, Gray, Color, Same as in the PDF</param>
<param name="password">PDF Password - if pdf file is password protected.</param>
<param name="tiffCompression">TiffCompression - Compression used in Tiff image.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsPasswordProtected(System.String)">
<summary>
Checks if the PDF file is password protected.
</summary>
<param name="fileName">PDF file name</param>
<returns>True if PDF file is password protected, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsPasswordProtected(System.Byte[])">
<summary>
Checks if the PDF file is password protected.
</summary>
<param name="pdfArray">PDF byte array content</param>
<returns>True if PDF file is password protected, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsSupportedFile(System.String)">
<summary>
Checks if the file is a valid PDF.
</summary>
<param name="fileName">PDF file name</param>
<returns>True if the file is a valid PDF, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsSupportedFile(System.Byte[])">
<summary>
Checks if the file is a valid PDF.
</summary>
<param name="pdfArray">PDF content</param>
<returns>True if the file is a valid PDF, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsValidPassword(System.String,System.String)">
<summary>
Checks if the password is valid.
</summary>
<param name="fileName">PDF file name</param>
<param name="password">PDF password</param>
<returns>True if the password is valid, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.IsValidPassword(System.Byte[],System.String)">
<summary>
Checks if the password is valid.
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">PDF password</param>
<returns>True if the password is valid, otherwise false.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.String,System.Int32)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="fileName">PDF filename</param>
<param name="pageNumber">Page number</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.String,System.Int32,System.Int32)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="fileName">PDF filename</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values are from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.Byte[],System.Int32)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">Page number</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.String,System.Int32,System.Int32,System.String)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="fileName">PDF filename</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values are from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="password">PDF password - pdf file password.</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.String,System.Int32,System.Int32,System.String,System.Boolean)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="fileName">PDF filename</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values are from 1 to 10. Value 5 is the closest one to original PDF page size.</param>
<param name="password">PDF password (optional) - if pdf file is password protected.</param>
<param name="checkPDFFile">Check if PDF file and page number is valid. </param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.Byte[],System.Int32,System.Int32)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values from 1 to 10. If omitted value 5 is used. Value 5 is the closest one to original PDF page size.</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.Byte[],System.Int32,System.Int32,System.String)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values are from 1 to 10. If omitted value 5 is used. Value 5 is the closest one to original PDF page size.</param>
<param name="password">PDF password - pdf file password. </param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.GetBitmapFromPdfPage(System.Byte[],System.Int32,System.Int32,System.String,System.Boolean)">
<summary>
Returns bitmap from the pdf page.
</summary>
<param name="pdfArray">PDF content</param>
<param name="pageNumber">Page number</param>
<param name="zoomFactor">Zoom factor. Valid values are from 1 to 10. If omitted value 5 is used. Value 5 is the closest one to original PDF page size.</param>
<param name="password">PDF password - pdf file password. </param>
<param name="checkPDFFile">Check if PDF file and page number is valid.</param>
<returns>Bitmap if everything is OK, exception if something went wrong </returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.String)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="password">Password - pdf file password. </param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.String,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="password">Password - pdf file password. </param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[])">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Boolean)">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.String)">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">Password - pdf file password.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.String,System.Boolean)">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">Password - pdf file password.</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.String,System.String)">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">Password - pdf file password</param>
<param name="printerJobName">Printer job name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.String,System.String,System.Boolean)">
<summary>
Prints the PDF file from byte array
</summary>
<param name="pdfArray">PDF content</param>
<param name="password">Password - pdf file password</param>
<param name="printerJobName">Printer job name</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.Drawing.Printing.PrinterSettings)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="printerSettings">Printer settings</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.Drawing.Printing.PrinterSettings,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="printerSettings">Printer settings</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.Drawing.Printing.PrinterSettings,System.String)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.String,System.Drawing.Printing.PrinterSettings,System.String,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="fileName">PDF file name</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings,System.String)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password </param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings,System.String,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password </param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings,System.String,System.String)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password </param>
<param name="printerJobName">Printer job name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.Print(System.Byte[],System.Drawing.Printing.PrinterSettings,System.String,System.String,System.Boolean)">
<summary>
Prints the PDF file
</summary>
<param name="pdfArray">PDF content</param>
<param name="printerSettings">Printer settings</param>
<param name="password">Password - pdf file password </param>
<param name="printerJobName">Printer job name</param>
<param name="renderBeforePrint">Document will be rendered before printing. From version 2.9.7.3 this parameter is ignored.</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.PrintWithAdobe(System.String)">
<summary>
Prints the PDF file by sillently using Adobe
</summary>
<param name="fileName">Full path of PDF file name</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.PrintWithAdobe(System.String,System.String@)">
<summary>
Prints the PDF file by sillently using Adobe
</summary>
<param name="fileName">Full path of PDF file name</param>
<param name="resultMessage">Result message</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.PrintWithAdobe(System.String,System.Drawing.Printing.PrinterSettings)">
<summary>
Prints the PDF file by sillently using Adobe
</summary>
<param name="fileName">Full path of PDF file name</param>
<param name="printerSettings">Printer settings</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="M:PdfPrintingNet.PdfPrint.PrintWithAdobe(System.String,System.Drawing.Printing.PrinterSettings,System.String@)">
<summary>
Prints the PDF file by sillently using Adobe
</summary>
<param name="fileName">Full path of PDF file name</param>
<param name="printerSettings">Printer settings</param>
<param name="resultMessage">Result message</param>
<returns>Status - in case of an unexpected error it throws an exception.</returns>
</member>
<member name="P:PdfPrintingNet.PdfPrint.IsContentCentered">
<summary>
If set to true, it will center content in standard Print method. It doesn't have effect in PrintWithAdobe method.
Default value is True.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.Collate">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.PrinterName">
<summary>
Name of the printer used for printing.
If not set, it will use the default printer.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.LogFile">
<summary>
Name of the log file. Mostly used for debuging.
If not set, it will not log
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.LogLevel">
<summary>
Log Level
Ignored if LogFile is not set.
Possible values: 0 (Error logging) and 1 (full logging).
Default = 0
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.Scale">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.Pages">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.Copies">
<summary>
Set the number of copies to be printed.
If not selected, it will use the printer default settings.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.DuplexType">
<summary>
Duplex type used in printing.
If not set, it will use the printer default settings.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.SettingDialog">
<summary>
Use the printer settings dialog.
If not set, it will not use the printer settings dialog.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.PrintInColor">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.IsLandscape">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.IsAutoRotate">
<summary>
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.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.PaperSize">
<summary>
What type of paper size to use?
If not set, it will use the printer default settings.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.PaperSource">
<summary>
Paper source used for printing.
If not set, it will use the printer default settings.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.PrinterResolution">
<summary>
Printer resolution used for printing.
If not set, it will use the printer default settings.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPrint.RangeType">
<summary>
Range type.
It not set, it will print both even and odd pages in the selected range interval.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.ScaleTypes">
<summary>
Defines available scale types for the page content.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ScaleTypes.None">
<summary>
No scaling. Uses actual size.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ScaleTypes.Shrink">
<summary>
Shrink to page.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ScaleTypes.FitToMargins">
<summary>
Fit to margins.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.TiffCompression">
<summary>
Compression used in Tiff images
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.TiffCompression.CompressionCCITT3">
<summary>
CCCITT4 compression is mostly used for black and white images - 1 bit images.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.TiffCompression.CompressionCCITT4">
<summary>
CCCITT4 compression is mostly used for black and white images - 1 bit images.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.TiffCompression.CompressionLZW">
<summary>
LZW compression. Default value.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.TiffCompression.CompressionNone">
<summary>
No compression.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.Status">
<summary>
Status of PDFPrint operation execution
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.OK">
<summary>
Everything is OK.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.FILE_DOESNT_EXIST">
<summary>
File doesn't exist.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.CANNOT_PRINT_FILE">
<summary>
Cannot print file.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.PRINTER_DOESNT_EXIST">
<summary>
Printer doesn't exist.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.INVALID_DEVMOD">
<summary>
Invalid printer properties structure.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.NOT_AVAILABLE_PRINTER_PROPERTIES">
<summary>
Printer properties are not available.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.CANT_INITIALIZE_PRINTER">
<summary>
Can't initialize printer.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.PASSWORD_INVALID">
<summary>
Invalid password for password protected PDF.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.INVALID_PDF">
<summary>
Not a valid PDF file.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.FILENAME_NOT_SET">
<summary>
PDF file name not set.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.PASSWORD_NOT_PROVIDED">
<summary>
PDF is password protected and password isn't provided.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.UNKNOWN_ERROR">
<summary>
Unknown error.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.INVALID_PRINT_RANGE">
<summary>
Invalid print range.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.PAGE_NUMBER_DOESNT_EXIST">
<summary>
Page number doesn't exist.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.PRINTING_CANCELLED">
<summary>
Printing cancelled.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.INVALID_ADOBE_PRINT_RANGE">
<summary>
Invalid adobe print range.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.NOT_32_BIT">
<summary>
With Adobe only 32 bit is supported.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.Status.INVALID_IMAGE_TYPE">
<summary>
Invalid image type.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.RangeTypes">
<summary>
Defines available range options.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.RangeTypes.EvenAndOdd">
<summary>
Print even and odd pages within the selected range.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.RangeTypes.JustEven">
<summary>
Print only even pages within the selected range.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.RangeTypes.JustOdd">
<summary>
Print only odd pages within the selected range.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.ImageType">
<summary>
Definies available image types.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.FindFromFileName">
<summary>
Image type will be determined from the output image file name.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.BMP">
<summary>
Image type will be BMP.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.GIF">
<summary>
Image type will be GIF.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.JPEG">
<summary>
Image type will be JPEG.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.PNG">
<summary>
Image type will be PNG.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ImageType.TIFF">
<summary>
Image type will be TIFF.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPrint.ColorType">
<summary>
ColorType used for converting pdf pages to images.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ColorType.BlackAndWhite">
<summary>
Black and white.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ColorType.GrayScale">
<summary>
Grayscale.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ColorType.Color">
<summary>
Color.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfPrint.ColorType.Original">
<summary>
The same color type as it already is in the pdf page.
</summary>
</member>
<member name="F:PdfPrintingNet.Form1.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:PdfPrintingNet.Form1.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:PdfPrintingNet.Form1.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfDocument">
<summary>
Provides functionality to render a PDF document.
</summary>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Load(System.String,System.String)">
<summary>
Initializes a new instance of the PdfDocument class with the provided path.
</summary>
<param name="path"></param>
<param name="password"></param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Load(System.IO.Stream,System.String)">
<summary>
Initializes a new instance of the PdfDocument class with the provided stream.
</summary>
<param name="stream"></param>
<param name="password"></param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Load(System.Byte[],System.String)">
<summary>
Initializes a new instance of the PdfDocument class with the provided stream.
</summary>
<param name="pdfArray"></param>
<param name="password"></param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Drawing.Graphics,System.Single,System.Single,System.Drawing.Rectangle,System.Boolean,PdfPrintingNet.PdfRotation)">
<summary>
Renders a page of the PDF document to the provided graphics instance.
</summary>
<param name="page">Number of the page to render.</param>
<param name="graphics">Graphics instance to render the page on.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="bounds">Bounds to render the page in.</param>
<param name="forPrinting">Render the page for printing.</param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Drawing.Graphics,System.Single,System.Single,System.Drawing.Rectangle,PdfPrintingNet.PdfRenderFlags,PdfPrintingNet.PdfRotation)">
<summary>
Renders a page of the PDF document to the provided graphics instance.
</summary>
<param name="page">Number of the page to render.</param>
<param name="graphics">Graphics instance to render the page on.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="bounds">Bounds to render the page in.</param>
<param name="flags">Flags used to influence the rendering.</param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Single,System.Single,System.Boolean)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="forPrinting">Render the page for printing.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Single,System.Single,PdfPrintingNet.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="flags">Flags used to influence the rendering.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Int32,System.Int32,System.Single,System.Single,System.Boolean)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="width">Width of the rendered image.</param>
<param name="height">Height of the rendered image.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="forPrinting">Render the page for printing.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Render(System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfPrintingNet.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="width">Width of the rendered image.</param>
<param name="height">Height of the rendered image.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="flags">Flags used to influence the rendering.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Save(System.String)">
<summary>
Save the PDF document to the specified location.
</summary>
<param name="path">Path to save the PDF document to.</param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.Save(System.IO.Stream)">
<summary>
Save the PDF document to the specified location.
</summary>
<param name="stream">Stream to save the PDF document to.</param>
</member>
<member name="M:PdfPrintingNet.PdfDocument.CreatePrintDocument">
<summary>
Creates a <see cref="T:System.Drawing.Printing.PrintDocument"/> for the PDF document.
</summary>
<returns></returns>
</member>
<member name="P:PdfPrintingNet.PdfDocument.PageCount">
<summary>
Number of pages in the PDF document.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfDocument.Bookmarks">
<summary>
Bookmarks stored in this PdfFile
</summary>
</member>
<member name="P:PdfPrintingNet.PdfDocument.PageSizes">
<summary>
Size of each page in the PDF document.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPageLink">
<summary>
Describes a link on a page.
</summary>
</member>
<member name="M:PdfPrintingNet.PdfPageLink.#ctor(System.Drawing.RectangleF,System.Nullable{System.Int32},System.String)">
<summary>
Creates a new instance of the PdfPageLink class.
</summary>
<param name="bounds">The location of the link</param>
<param name="targetPage">The target page of the link</param>
<param name="uri">The target URI of the link</param>
</member>
<member name="P:PdfPrintingNet.PdfPageLink.Bounds">
<summary>
The location of the link.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPageLink.TargetPage">
<summary>
The target of the link.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPageLink.Uri">
<summary>
The target URI of the link.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfPageLinks">
<summary>
Describes all links on a page.
</summary>
</member>
<member name="P:PdfPrintingNet.PdfPageLinks.Links">
<summary>
All links of the page.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfRenderFlags">
<summary>
Flags that influence the page rendering process.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.None">
<summary>
No flags.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.ForPrinting">
<summary>
Render for printing.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.Annotations">
<summary>
Set if annotations are to be rendered.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.LcdText">
<summary>
Set if using text rendering optimized for LCD display.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.NoNativeText">
<summary>
Don't use the native text output available on some platforms.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.Grayscale">
<summary>
Grayscale output.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.LimitImageCacheSize">
<summary>
Limit image cache size.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.ForceHalftone">
<summary>
Always use halftone for image stretching.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRenderFlags.Transparent">
<summary>
Render with a transparent background.
</summary>
</member>
<member name="T:PdfPrintingNet.PdfRotation">
<summary>
Specifies the rotation of pages shown in the PDF renderer.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRotation.Rotate0">
<summary>
Rotates the output 0 degrees.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRotation.Rotate90">
<summary>
Rotates the output 90 degrees.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRotation.Rotate180">
<summary>
Rotates the output 180 degrees.
</summary>
</member>
<member name="F:PdfPrintingNet.PdfRotation.Rotate270">
<summary>
Rotates the output 270 degrees.
</summary>
</member>
<member name="T:PdfPrintingNet.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.clpm20">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.clpm40">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.en32c">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:PdfPrintingNet.Properties.Resources.en64c">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="F:PdfPrintingNet.TimeOutMessageBox.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:PdfPrintingNet.TimeOutMessageBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:PdfPrintingNet.TimeOutMessageBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
</members>
</doc>