VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / RenderThumbnailResponseParams Class / imageParam Property
Syntax Requirements SeeAlso
In This Topic
    imageParam Property (RenderThumbnailResponseParams)
    In This Topic
    Gets or sets information about source image.
    Syntax
    'Declaration
    
    Public Property imageParam As ImagePageInfoResponseParams
    
    
    public ImagePageInfoResponseParams imageParam { get; set; }
    
    
    public: __property ImagePageInfoResponseParams* get_imageParam();
    public: __property void set_imageParam(
    ImagePageInfoResponseParams* value
    );
    Requirements

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

    See Also