VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebImageInfosResponseParams Class / imageInfos Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    imageInfos Property (WebImageInfosResponseParams)
    In This Topic
    Gets or sets an information about web images.
    Syntax
    'Declaration
    
    Public Property imageInfos As WebImageInfo[]
    
    
    public WebImageInfo[] imageInfos { get; set; }
    
    
    public: __property WebImageInfo*[] get_imageInfos();
    public: __property void set_imageInfos(
    WebImageInfo*[]* value
    );
    public:
    property WebImageInfo^[] imageInfos { WebImageInfo^[] get(); void set(array<WebImageInfo^>^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

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

    See Also