pageSize Property

Summary

The destination page size, in document units.

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

Property Value

Destination page size in document units. Default value is LeadSizeD.Empty.

Remarks

If PageSize is empty or another invalid value, the size 6120 by 7920 (letter) is used instead.

For more information, refer to DocumentViewer.Print.

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