VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfAnnotationJS type / set_Rectangle Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Rectangle Method
    In This Topic
    Sets the annotation rectangle, defining the location of annotation on the page in default user space units.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfAnnotationJS(page);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_Rectangle(value);
    
    
    function set_Rectangle(
    value
    Annotation rectangle.
    : object
    ) : any;

    Parameters

    value
    Annotation rectangle.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also