Data from a DocumentViewer.Print operation.
function lt.Documents.UI.DocumentPrintData
class lt.Documents.UI.DocumentPrintData()
DocumentViewer.Print is an asynchronous operation that returns a JQuery Promise to a DocumentPrintData instance. This data contains the original PrintDocumentOptions, as well as all the pages that will be printed and their 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