VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / DocumentPerspectiveCorrectionCommand Class / DocumentMinSize Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentMinSize Свойство (DocumentPerspectiveCorrectionCommand)
    В этом разделе
    Возвращает или задает минимальный размер изображения документа на изображении, измеряемый в процентах.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(25)>
    <DescriptionAttribute("The minimum size, which is measured in percents, of the document image on the image.")>
    Public Property DocumentMinSize As Double
    
    
    [DefaultValue(25)]
    [Description("The minimum size, which is measured in percents, of the document image on the image.")]
    public double DocumentMinSize { get; set; }
    
    
    [DefaultValue(25)]
    [Description("The minimum size, which is measured in percents, of the document image on the image.")]
    public: __property double get_DocumentMinSize();
    public: __property void set_DocumentMinSize(
    double value
    );
    [DefaultValue(25)]
    [Description("The minimum size, which is measured in percents, of the document image on the image.")]
    public:
    property double DocumentMinSize { double get(); void set(double value); }

    Property Value

    Значение по умолчанию - 25;
    Требования

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

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