O2S.Components.PDF4NET Documentation
PDFOptionalContentGroupExportState Enumeration



O2S.Components.PDF4NET.Graphics.OptionalContent Namespace : PDFOptionalContentGroupExportState Enumeration
Possible export states for an optional content group.
Syntax
'Declaration
 
Public Enum PDFOptionalContentGroupExportState 
   Inherits System.Enum
'Usage
 
Dim instance As PDFOptionalContentGroupExportState
public enum PDFOptionalContentGroupExportState : System.Enum 
public enum class PDFOptionalContentGroupExportState : public System.Enum 
Members
MemberDescription
AlwaysExport The optional content group is always exported.
ExportWhenVisible The optional content group is exported if it is visible.
NeverExport The optional content group is never exported.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.Graphics.OptionalContent.PDFOptionalContentGroupExportState

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

O2S.Components.PDF4NET.Graphics.OptionalContent Namespace