PdfLayer
ExportState Property
|
Get or set pdf layer export state.
Namespace:
Spire.Pdf.Graphics.Layer
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public LayerExportState ExportState { get; set; }
Public Property ExportState As LayerExportState
Get
Set
public:
property LayerExportState ExportState {
LayerExportState get ();
void set (LayerExportState value);
}
member ExportState : LayerExportState with get, set
Property Value
Type:
LayerExportState
See Also