VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ShapeRemovalCommand Class / ShapeMaxSize Property
Syntax Requirements SeeAlso
In This Topic
    ShapeMaxSize Property (ShapeRemovalCommand)
    In This Topic
    Gets or sets the maximum size, in pixels, of the shape.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The maximum size, in pixels, of the shape.")>
    Public Property ShapeMaxSize As System.Drawing.Size
    
    
    [Description("The maximum size, in pixels, of the shape.")]
    public System.Drawing.Size ShapeMaxSize { get; set; }
    
    
    [Description("The maximum size, in pixels, of the shape.")]
    public: __property System.Drawing.Size* get_ShapeMaxSize();
    public: __property void set_ShapeMaxSize(
    System.Drawing.Size* value
    );
    [Description("The maximum size, in pixels, of the shape.")]
    public:
    property System.Drawing.Size^ ShapeMaxSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
    Requirements

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

    See Also