size Property

Summary

The size of the document page in pixels.

Syntax

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

Property Value

The size of the PageElement and AnnotationsElement. The default value is LeadSizeD.Empty.

Remarks

This value represents the size of the DocumentPage in pixels, used for computing the styles with Rotate and PrintSize inside of DocumentPrintData.BuildPrintRoot.

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