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);
function set_PageLayoutSettings(
: WebPageLayoutSettingsJS
) : any;
Parameters
- value
- The layout settings for document page.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also