Enum PdfPrintState
Used to represent the print state of PdfPageLayer.
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfPrintState
Fields
| Name | Description |
|---|---|
| AlwaysPrint | The PDF pageLayers always get print |
| NeverPrint | The PDF page layer never get print |
| PrintWhenVisible | The visible PDF page layers get print |