VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class / MinLength Property
Синтаксис Требования Смотрите также
В этом разделе
    MinLength Свойство (LineRemovalCommand)
    В этом разделе
    Возвращает или задает минимальную длину строки.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(100)>
    <DescriptionAttribute("The minimum length of line.
    0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")>
    Public Property MinLength As System.Int32
    
    
    [DefaultValue(100)]
    [Description("The minimum length of line.
    0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")]
    public System.Int32 MinLength { get; set; }
    
    
    [DefaultValue(100)]
    [Description("The minimum length of line.
    0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")]
    public: __property System.Int32 get_MinLength();
    public: __property void set_MinLength(
    System.Int32 value
    );
    [DefaultValue(100)]
    [Description("The minimum length of line.
    0 - minimal length of line is calculated automatically; 10 and more - minimum length of line.")]
    public:
    property System.Int32 MinLength { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    0 - минимальная длина строки рассчитывается автоматически, если LinesType != LinesType.Custom;
    10 и более - минимальная длина строки .
    Значение по умолчанию - 100.
    Требования

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

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