VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomPatientOrientationTextOverlayJS type / WebDicomPatientOrientationTextOverlayJS Constructor(WebAnchorTypeEnumJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebDicomPatientOrientationTextOverlayJS Constructor(WebAnchorTypeEnumJS)
    In This Topic
    Initializes a new instance of the WebDicomPatientOrientationTextOverlayJS class.
    Syntax
    // Parameters
    var anchor; // Type: WebAnchorTypeEnumJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomPatientOrientationTextOverlayJS(anchor);
    
    
    function WebDicomPatientOrientationTextOverlayJS(
    anchor
    The text anchor in viewer.
    : WebAnchorTypeEnumJS
    ) : WebDicomPatientOrientationTextOverlayJS;

    Parameters

    anchor
    The text anchor in viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also