options Property

Summary

The original options passed to DocumentViewer.Print.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPrintData.prototype, 'options', 
	get: function(), 
	set: function(value) 
) 

Property Value

The original data passed to DocumentViewer.Print to kick off the print operation.

Remarks

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

19.0.0.48
Added

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly