VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Metadata Namespace / ThumbnailMetadata Class / ThumbnailImage Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailImage Свойство (ThumbnailMetadata)
    В этом разделе
    Возвращает или задает копию миниатюры изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A copy of thumbnail image.")>
    Public Overridable Property ThumbnailImage As Vintasoft.Imaging.VintasoftImage
    
    
    [Description("A copy of thumbnail image.")]
    public virtual Vintasoft.Imaging.VintasoftImage ThumbnailImage { get; set; }
    
    
    [Description("A copy of thumbnail image.")]
    public: __property virtual Vintasoft.Imaging.VintasoftImage* get_ThumbnailImage();
    public: __property virtual void set_ThumbnailImage(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [Description("A copy of thumbnail image.")]
    public:
    virtual property Vintasoft.Imaging.VintasoftImage^ ThumbnailImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Требования

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

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