[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentMembership

Class OptionalContentMembership

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Represents the Optional Content Membership in a PDF document.

public class OptionalContentMembership : OptionalContentIdentifier, IPdfDict
Inheritance
object
OptionalContentMembership
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

OptionalContentMembership(GcPdfDocument)

Initializes a new instance of the OptionalContentGroup class.

public OptionalContentMembership(GcPdfDocument doc)

Parameters

doc GcPdfDocument

Properties

Groups

Gets an array of OptionalContentGroup objects specifying the optional content groups whose states shall determine the visibility of content controlled by this membership dictionary.

public OptionalContentGroupList Groups { get; }

Property Value

OptionalContentGroupList

HasGroups

Gets a value indicating whether the Groups is not empty.

public bool HasGroups { get; }

Property Value

bool

VisibilityPolicy

Gets or sets a value specifying the visibility policy for content belonging to this membership dictionary.

public PdfEnum<OptionalContentMembershipVisibilityPolicy> VisibilityPolicy { get; set; }

Property Value

PdfEnum<OptionalContentMembershipVisibilityPolicy>