[]
Represents an Optional Content Group in a PDF document.
public class OptionalContentGroup : OptionalContentIdentifier, IPdfDict, IOwnedObject
Initializes a new instance of the OptionalContentGroup class.
public OptionalContentGroup()
Gets the GcPdfDocument that owns this object.
public GcPdfDocument Doc { get; }
Gets a value indicating whether this OptionalContentGroup has Usage property.
public bool HasUsage { get; }
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").
public string[] Intent { get; set; }
Gets or sets the name of this optional content group, suitable for presentation in an interactive PDF processor’s user interface.
public string Name { get; set; }
Gets or sets the OptionalContentUsage object describing the nature of the content controlled by the group.
public OptionalContentUsage Usage { get; set; }