VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / Jpeg2000PageMetadata Class / Brand Property
Синтаксис Требования Смотрите также
В этом разделе
    Brand Свойство (Jpeg2000PageMetadata)
    В этом разделе
    Возвращает поле, которое указывает Рекомендацию или Международный стандарт, который полностью определяет этот JPEG файл2000.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The field that specifies the Recommendation or International Standard, which completely defines this Jpeg2000 file.")>
    <CategoryAttribute("JPEG2000")>
    Public ReadOnly Property Brand As System.String
    
    
    [Description("The field that specifies the Recommendation or International Standard, which completely defines this Jpeg2000 file.")]
    [Category("JPEG2000")]
    public System.String Brand { get; }
    
    
    [Description("The field that specifies the Recommendation or International Standard, which completely defines this Jpeg2000 file.")]
    [Category("JPEG2000")]
    public: __property System.String get_Brand();
    
    
    
    [Description("The field that specifies the Recommendation or International Standard, which completely defines this Jpeg2000 file.")]
    [Category("JPEG2000")]
    public:
    property System.String Brand { System.String get(); }
    Требования

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

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