VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_PageLayoutSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_PageLayoutSettings Method
In This Topic
Sets the layout settings for document page.
Syntax
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebPageLayoutSettingsJS

returnValue = instance.set_PageLayoutSettings(value);

Parameters

value
The layout settings for document page.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also