[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentGroup

OptionalContentGroup Class

Represents an Optional Content Group in a PDF document.

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

Constructors

Name Description
OptionalContentGroup()

Initializes a new instance of the OptionalContentGroup class.

Properties

Name Description
Doc

Gets the GcPdfDocument that owns this object.

HasUsage

Gets a value indicating whether this OptionalContentGroup has Usage property.

Intent

Gets or sets an array of names that represent the intended use of the graphics in this group. The values View and Design, or any second class name may be used (see PDF specification Annex E, "(normative) PDF Name Registry").

Name

Gets or sets the name of this optional content group, suitable for presentation in an interactive PDF processor’s user interface.

Usage

Gets or sets the OptionalContentUsage object describing the nature of the content controlled by the group.

Extension Methods