VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / DocumentPerspectiveCorrectionCommand Class / DocumentMinSize Property
Syntax Requirements SeeAlso
In This Topic
    DocumentMinSize Property (DocumentPerspectiveCorrectionCommand)
    In This Topic
    Gets or sets the minimum size, which is measured in percents, of the document image on the image.
    Syntax
    '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

    Default value is 25;
    Requirements

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

    See Also