The original options passed to DocumentViewer.Print.
Object.defineProperty(DocumentPrintData.prototype, 'options',
get: function(),
set: function(value)
)
options: PrintDocumentOptions;
The original data passed to DocumentViewer.Print to kick off the print operation.
This property may be set to another instance (or null) or any properties within PrintDocumentOptions may be changed; the options are not cloned when passed to DocumentViewer.Print. Depending on the change, errors may occur.
For more information, refer to DocumentViewer.Print.
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