Class PdfCssMediaType
Defines which style-sheet should be rendered. 'Print' or 'Screen'. This matches the CSS3 Media Queries standard.
Inheritance
System.Object
PdfCssMediaType
Namespace: IronPdf.Rendering
Assembly: IronPdf.dll
Syntax
public sealed class PdfCssMediaType : Enum
Fields
Use 'print' CSS media styles. Default behavior when viewing print dialog in a browser
Declaration
public const PdfCssMediaType Print
Field Value
Type | Description |
---|---|
PdfCssMediaType |
Screen
Use 'screen' CSS media styles. Emulates the display of a browser window.
Declaration
public const PdfCssMediaType Screen
Field Value
Type | Description |
---|---|
PdfCssMediaType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |