In This Topic
Sets padding, 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_PagePadding(value);
function set_PagePadding(
: number
) : any;
Parameters
- value
- Padding, in millimeters, of a document page. Default value is null (padding is not specified).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also