VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / SaveImageFileRequestParams Class / imageInfos Property
Syntax Requirements SeeAlso
In This Topic
    imageInfos Property (SaveImageFileRequestParams)
    In This Topic
    Gets or sets an array that contains information about images, which must be saved to a file.
    Syntax
    'Declaration
    
    Public Property imageInfos As Vintasoft.Shared.Web.WebImageInfo[]
    
    
    public Vintasoft.Shared.Web.WebImageInfo[] imageInfos { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebImageInfo*[] get_imageInfos();
    public: __property void set_imageInfos(
    Vintasoft.Shared.Web.WebImageInfo*[]* value
    );
    Requirements

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

    See Also