VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / set_ContentScale Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ContentScale Method
In This Topic
Sets the content scale.
Syntax
var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_ContentScale(value);

Parameters

value
The content scale. Default value is null (content scale is not specified).
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also