VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / GetDocumentImageRotationAngleRequestParams Class / detectBorder Property
Syntax Requirements SeeAlso
В этом разделе
    detectBorder Свойство (GetDocumentImageRotationAngleRequestParams)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда обнаруживать границу изображения.
    Синтаксис
    '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 - команда обнаруживает границу и очищает ее до определения угла поворота; false - команда определяет угол поворота исходного изображения. Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также