[]
Represents the Optional Content Membership in a PDF document.
public class OptionalContentMembership : OptionalContentIdentifier, IPdfDict
Initializes a new instance of the OptionalContentGroup class.
public OptionalContentMembership(GcPdfDocument doc)
doc
GcPdfDocumentGets 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; }
Gets a value indicating whether the Groups is not empty.
public bool HasGroups { get; }
Gets or sets a value specifying the visibility policy for content belonging to this membership dictionary.
public PdfEnum<OptionalContentMembershipVisibilityPolicy> VisibilityPolicy { get; set; }