VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / set_HolePunchLocation Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HolePunchLocation Method
    In This Topic
    Sets the location of the hole punches to remove.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebHolePunchLocationEnumJS
    
    returnValue = instance.set_HolePunchLocation(value);
    
    
    function set_HolePunchLocation(
    value
    An instance of WebHolePunchLocationEnumJS class. Default value is "Left".
    : WebHolePunchLocationEnumJS
    ) : any;

    Parameters

    value
    An instance of WebHolePunchLocationEnumJS class. Default value is "Left".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also