Determines how the page data will be prepared.
Object.defineProperty(DocumentPrintPageData.prototype, 'action',
get: function(),
set: function(value)
)
action: DocumentPrintPageAction;
A value of DocumentPrintPageAction to specify how the page data will be prepared and printed. The default is DocumentPrintPageAction.Auto.
During DocumentViewer.Print, the document viewer will receive updates as each page is to be prepared for printing. DocumentViewer.Operation is called with DocumentViewerOperation.PrintPages, and DocumentViewerOperationEventArgs.IsPostOperation will indicate whether this is before or after the page is being prepared.
If before, the user can use Action to specify how they want the page data to be retrieved. The default DocumentPrintPageAction.Auto will have DocumentViewer.Print load the page image using either an ImageLoader and the DocumentViewerOperation.GetPage event or PDF Client Rendering (if available and using PrintDocumentOptions.usePDFClientRendering).
For more information, refer to DocumentViewer.Print.
History
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document