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 visble PDF page layers get print |