VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / BorderRemovalCommand Class / Side Property
Синтаксис Требования Смотрите также
В этом разделе
    Side Свойство (BorderRemovalCommand)
    В этом разделе
    Возвращает или задает стороны изображения, по которым будет выполняться поиск границы.
    Синтаксис
    '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

    Значение по умолчанию: ImageSide.All.
    Требования

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

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