removeMargins Property

Summary

Indicates whether to try printing without page margins.

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

Leadtools.Document.Viewer Assembly