The following tables list the members exposed by PrintDocumentOptions.
Name | Description | |
---|---|---|
PrintDocumentOptions | Initializes a new instance of PrintDocumentOptions. |
Name | Description | |
---|---|---|
clone | Clones the PrintDocumentOptions instance. |
Name | Description | |
---|---|---|
annotationsRendererCreated | The user callback to invoke when document print has created the annotation rendering engine to use. | |
autoDispose | Indicates whether to automatically dispose the internal data for this print operation the next time DocumentViewer.Print is called. | |
autoOpenBrowserPrint | Indicates whether to open the browser’s print dialog after DocumentViewer.Print has completed. | |
clientRenderSizePixels | Size to use for printing images that are rendered from the client, in pixels. | |
dPI | The virtual DPI (dots per inch) of printed pages. | |
imageLoaderImagesHolder | The HTMLElement to use for temporary image loading, when necessary. | |
orientation | The orientation value for the pages. | |
pageSize | The destination page size, in document units. | |
pagesList | List of page indices to be printed. | |
parent | The element in the DOM to which the composed print elements will be appended. | |
pdfPrintAsRaster | Indicates whether the PDF should always be printed as raster. | |
removeMargins | Indicates whether to try printing without page margins. | |
rotateToOrientation | Rotates the page to the selected orientation. | |
showAnnotations | Indicates whether to print the annotations of each page. | |
title | Title for the page for use in headers or a Save-to-PDF function. | |
usePDFClientRendering | Indicates whether to use PDF Client Rendering for the printing of pages. | |
usePdfPrinting | Indicates whether PDF printing should be used. | |
useViewportLayout | Indicates whether each page should map to a separate printed page. | |
viewportClip | Indicates that only parts of the document in the given viewport rectangle should be rendered for printing. |