options Property

Summary

The original options passed to DocumentViewer.Print.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly