VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / KeyZoneRecognizerCommand Class / UnitOfMeasure Property
Синтаксис Требования Смотрите также
В этом разделе
    UnitOfMeasure Свойство (KeyZoneRecognizerCommand)
    В этом разделе
    Возвращает или задает единицу измерения свойств.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(DeviceIndependentPixels)>
    <DescriptionAttribute("Unit of measure of properties.")>
    Public Property UnitOfMeasure As Vintasoft.Imaging.UnitOfMeasure
    
    
    [DefaultValue(DeviceIndependentPixels)]
    [Description("Unit of measure of properties.")]
    public Vintasoft.Imaging.UnitOfMeasure UnitOfMeasure { get; set; }
    
    
    [DefaultValue(DeviceIndependentPixels)]
    [Description("Unit of measure of properties.")]
    public: __property Vintasoft.Imaging.UnitOfMeasure get_UnitOfMeasure();
    public: __property void set_UnitOfMeasure(
    Vintasoft.Imaging.UnitOfMeasure value
    );
    [DefaultValue(DeviceIndependentPixels)]
    [Description("Unit of measure of properties.")]
    public:
    property Vintasoft.Imaging.UnitOfMeasure UnitOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }

    Property Value

    Значение по умолчанию - UnitOfMeasure.DeviceIndependentPixels.
    Требования

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

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