LayerExportState Enumeration
|
Specifies the export 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 LayerExportState
Public Enumeration LayerExportState
public enum class LayerExportState
Members
|
Member name
|
Value
|
Description
|
|
Allways
|
0
|
Allways export
|
|
Nerver
|
1
|
Never export
|
|
ExportWhenVisible
|
2
|
Export when visible
|
See Also