VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebImageInfosRequestParams Class / imageInfos Property
Syntax Requirements SeeAlso
In This Topic
    imageInfos Property (WebImageInfosRequestParams)
    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); }
    Requirements

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

    See Also