LayerPrintState Enumeration
|
Specifies the print state of the Layer
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum LayerPrintState
Public Enumeration LayerPrintState
public enum class LayerPrintState
Members
|
Member name
|
Value
|
Description
|
|
Allways
|
0
|
Allways print
|
|
Nerver
|
1
|
Never print
|
|
PrintWhenVisible
|
2
|
Print when visible
|
See Also