Table of Contents

Enum CssMediaType

Namespace
NetPdf
Assembly
NetPdf.dll

Which CSS media-type stylesheet block applies. Default is Print because PDF is paged output. @media print { ... } rules are honored when this is Print; @media screen applies when this is Screen.

public enum CssMediaType

Fields

Print = 0
Screen = 1