VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ShapeRemovalCommand Class / ShapeMinSize Property
Syntax Requirements SeeAlso
In This Topic
    ShapeMinSize Property (ShapeRemovalCommand)
    In This Topic
    Gets or sets the minimum size, in pixels, of the shape.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The minimum size, in pixels, of the shape.")>
    Public Property ShapeMinSize As System.Drawing.Size
    
    
    [Description("The minimum size, in pixels, of the shape.")]
    public System.Drawing.Size ShapeMinSize { get; set; }
    
    
    [Description("The minimum size, in pixels, of the shape.")]
    public: __property System.Drawing.Size* get_ShapeMinSize();
    public: __property void set_ShapeMinSize(
    System.Drawing.Size* value
    );
    [Description("The minimum size, in pixels, of the shape.")]
    public:
    property System.Drawing.Size^ ShapeMinSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
    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