Property UsePrintMode
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UsePrintMode
Gets or sets the value indicating whether to simulate printing.
public bool UsePrintMode { get; set; }
Property Value
- bool
true
to render PDF for printing.false
to render PDF for displaying on a screen.