GdPicture.NET.14
GdPicture14 Namespace / PdfOcgState Enumeration





PdfOcgState Enumeration
A state specifying the visibility, that is assigned to an optional content group (OCG).
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfOcgState 
   Inherits System.Enum
 
Members
MemberValueDescription
StateOff0Content belonging to the OCG is invisible.
StateOn1Content belonging to the OCG is visible.
Undefined-1The value of the state is undefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfOcgState

See Also