Class PdfPrintState
Used to represent the print state of PdfPageLayer.
Inheritance
System.Object
PdfPrintState
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfPrintState : Enum
Fields
AlwaysPrint
The PDF pageLayers always get print
Declaration
public const PdfPrintState AlwaysPrint
Field Value
Type |
---|
PdfPrintState |
NeverPrint
The PDF page layer never get print
Declaration
public const PdfPrintState NeverPrint
Field Value
Type |
---|
PdfPrintState |
PrintWhenVisible
The visble PDF page layers get print
Declaration
public const PdfPrintState PrintWhenVisible
Field Value
Type |
---|
PdfPrintState |