[]
Defines the print state of a layer.
public enum LayerPrintState
Public Enum LayerPrintState
| Name | Description |
|---|---|
| Always | The layer always prints. |
| Never | The layer never prints. |
| PrintIfVisible | The layer prints if it is visible. |