VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / BaseConvertFileToRequestParams Class / renderingSettings Property
Syntax Requirements SeeAlso
In This Topic
    renderingSettings Property (BaseConvertFileToRequestParams)
    In This Topic
    Gets or sets the image rendering settings.
    Syntax
    'Declaration
    
    Public Property renderingSettings As Vintasoft.Shared.Web.WebRenderingSettings
    
    
    public Vintasoft.Shared.Web.WebRenderingSettings renderingSettings { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebRenderingSettings* get_renderingSettings();
    public: __property void set_renderingSettings(
    Vintasoft.Shared.Web.WebRenderingSettings* value
    );
    Requirements

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

    See Also