get_UseImageAppearancesInSinglePageMode Method
In This Topic
Gets a value indicating whether the image viewer must use the image appearances only in single-page mode.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: boolean
value = instance.get_UseImageAppearancesInSinglePageMode();
function get_UseImageAppearancesInSinglePageMode() : boolean;
Return Value
A value indicating whether the image viewer must use the image appearances only in single-page mode. Default value is False.
Browser Compatibility
See Also