removeMargins Property

Summary

Indicates whether to try printing without page margins.

Syntax

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

Property Value

true to try printing without page margins; otherwise, false. Default value is false.

Remarks

Not all browsers, devices and platforms support printing without margins. Setting this value to true will try to perform the action if supported.

For more information, refer to 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