Interface IPdfRenderProxy<T, U>
Public interface for invoking PDF rendering operations
Inherited Members
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IPdfRenderProxy<T, U> : IRenderer where T : IPdfRenderOptions where U : IHttpLoginCredentials
Type Parameters
Name | Description |
---|---|
T | Render options type |
U | Http login credentials type |
Properties
LoginCredentials
Http login credentials
Declaration
U LoginCredentials { get; set; }
Property Value
Type | Description |
---|---|
U |
RenderingOptions
Html to Pdf rendering options
Declaration
T RenderingOptions { get; set; }
Property Value
Type | Description |
---|---|
T |