VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / GetDocumentImageRotationAngleRequestParams Class / detectBorder Property
Syntax Requirements SeeAlso
In This Topic
    detectBorder Property (GetDocumentImageRotationAngleRequestParams)
    In This Topic
    Gets or sets the value indicating whether the command should detect border in image.
    Syntax
    'Declaration
    
    Public Property detectBorder As Boolean
    
    
    public bool detectBorder { get; set; }
    
    
    public: __property bool get_detectBorder();
    public: __property void set_detectBorder(
    bool value
    );
    public:
    property bool detectBorder { bool get(); void set(bool value); }

    Property Value

    true - command detects the border and clears it berofe rotation angle determining; false - command determines the rotation angle on source image. Default value is true.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also