pageSize Property

Summary

The destination page size, in document units.

Syntax

JavaScript Syntax
Object.defineProperty(PrintDocumentOptions.prototype, 'pageSize', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly