VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_RenderingSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_RenderingSettings Method
In This Topic
Gets the rendering settings for this image.
Syntax
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);

var value; // Type: Vintasoft.Shared.WebRenderingSettingsJS
value = instance.get_RenderingSettings();

Return Value

WebRenderingSettingsJS for this image.
Browser Compatibility
9
See Also