VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / get_PagePadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_PagePadding Method
In This Topic
Gets padding, in millimeters, of a document page.
Syntax
var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();

var value; // Type: number
value = instance.get_PagePadding();

Return Value

Padding, in millimeters, of a document page. Default value is null (padding is not specified).
Browser Compatibility
9
See Also