VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / get_HolePunchLocation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HolePunchLocation Method
    In This Topic
    Gets the location of the hole punches to remove.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchLocationEnumJS
    value = instance.get_HolePunchLocation();
    
    
    function get_HolePunchLocation() : WebHolePunchLocationEnumJS;
    

    Return Value

    An instance of WebHolePunchLocationEnumJS class. Default value is "Left".
    Browser Compatibility
    56+
    45+
    11
    See Also