VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderRectCommand Class / Side Property
Syntax Requirements SeeAlso
In This Topic
    Side Property (GetBorderRectCommand)
    In This Topic
    Gets or sets image sides where border will be searched.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(All)>
    <DescriptionAttribute("Image sides where border will be searched.
    Default value is All.")>
    Public Property Side As Vintasoft.Imaging.ImageProcessing.ImageSide
    
    
    [DefaultValue(All)]
    [Description("Image sides where border will be searched.
    Default value is All.")]
    public Vintasoft.Imaging.ImageProcessing.ImageSide Side { get; set; }
    
    
    [DefaultValue(All)]
    [Description("Image sides where border will be searched.
    Default value is All.")]
    public: __property Vintasoft.Imaging.ImageProcessing.ImageSide get_Side();
    public: __property void set_Side(
    Vintasoft.Imaging.ImageProcessing.ImageSide value
    );
    [DefaultValue(All)]
    [Description("Image sides where border will be searched.
    Default value is All.")]
    public:
    property Vintasoft.Imaging.ImageProcessing.ImageSide Side { Vintasoft.Imaging.ImageProcessing.ImageSide get(); void set(Vintasoft.Imaging.ImageProcessing.ImageSide value); }

    Property Value

    Default value is ImageSide.All.
    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