Skip to content

PDFOptionalContentGroupExportState

Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent

Possible export states for an optional content group.

public enum PDFOptionalContentGroupExportState

Inheritance ObjectValueTypeEnumPDFOptionalContentGroupExportState
Implements

Fields

Name Value Description
ExportWhenVisible 0 The optional content group is exported if it is visible.
AlwaysExport 1 The optional content group is always exported.
NeverExport 2 The optional content group is never exported.