Interface ICustomCss
An Interface for configuring PDF rendering classes which support appending a custom CSS stylesheet when rendering an HTML document to PDF.
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface ICustomCss
Properties
CustomCssUrl
Absolute URL or path to a local file which points to a CSS file.
Declaration
string CustomCssUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |