Click or drag to resize

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
Members
Member name Value Description
Allways 0 Allways export
Nerver 1 Never export
ExportWhenVisible 2 Export when visible
See Also