VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebImageInfoRequestParams Class / imageInfo Property
Syntax Requirements SeeAlso
In This Topic
    imageInfo Property (WebImageInfoRequestParams)
    In This Topic
    Gets or sets an information about web image.
    Syntax
    'Declaration
    
    Public Property imageInfo As WebImageInfo
    
    
    public WebImageInfo imageInfo { get; set; }
    
    
    public: __property WebImageInfo* get_imageInfo();
    public: __property void set_imageInfo(
    WebImageInfo* value
    );
    public:
    property WebImageInfo^ imageInfo { WebImageInfo^ get(); void set(WebImageInfo^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also