Enum PdfCssMediaType
Defines which style-sheet should be rendered. 'Print' or 'Screen'. This matches the CSS3 Media Queries standard.
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public enum PdfCssMediaType
Fields
Name | Description |
---|---|
Use 'print' CSS media styles. Default behavior when viewing print dialog in a browser |
|
Screen | Use 'screen' CSS media styles. Emulates the display of a browser window. |