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

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_PageWidth(value);

Parameters

value
Width, in millimeters, of a document page. Default value is null (width from document is used).
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also