set_TextOverlayDefaultFontProperties Method
In This Topic
Sets the default font properties for TextOverlay property.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: WebVintasoftFontPropertiesJS
returnValue = instance.set_TextOverlayDefaultFontProperties(value);
function set_TextOverlayDefaultFontProperties(
: WebVintasoftFontPropertiesJS
) : any;
Parameters
- value
- The text overlay font properties.
Browser Compatibility
See Also