[]
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 the GcPdfDocument that owns this object.
public GcPdfDocument Doc { get; }
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; }
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; }