Data for a page used for printing with DocumentViewer.Print.
function lt.Documents.UI.DocumentPrintPageData
class lt.Documents.UI.DocumentPrintPageData()
DocumentViewer.Print is an asynchronous operation that returns a JQuery Promise to a DocumentPrintData instance. This data contains all the pages that will be printed as DocumentPrintPageData.
If a user intends to not make changes to the printed pages before calling the system print dialog (either with PrintDocumentOptions.AutoOpenBrowserPrint or DocumentViewer.OpenBrowserPrint), there is no reason to modify this data. Otherwise, this data allows the user more control over what their printed items will look like when rendered in the browser and on the printer.
See DocumentViewer.Print for more information.
History
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET