[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentMembership

OptionalContentMembership Class

Represents the Optional Content Membership in a PDF document.

Implements
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: DS.Documents.Pdf.dll
Syntax
public class OptionalContentMembership : OptionalContentIdentifier, IPdfDict
Public Class OptionalContentMembership
    Inherits OptionalContentIdentifier
    Implements IPdfDict

Constructors

Name Description
OptionalContentMembership(GcPdfDocument)

Initializes a new instance of the OptionalContentGroup class.

Properties

Name Description
Doc

Gets the GcPdfDocument that owns this object.

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.

HasGroups

Gets a value indicating whether the Groups is not empty.

VisibilityPolicy

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

Extension Methods