[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.UsageApplication

Class UsageApplication

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Represents the rules by which usage entries shall be used by interactive PDF processors, and should be used by non-interactive PDF processors, to automatically manipulate the state of optional content groups, which groups shall be affected, and under which circumstances.

public class UsageApplication : PdfDictWrapper, IPdfDict
Inheritance
object
UsageApplication
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

UsageApplication()

Initializes a new instance of the UsageApplication class.

public UsageApplication()

Properties

Category

Gets or sets the array of names each of which corresponds to a usage dictionary entry.

public string[] Category { get; set; }

Property Value

string[]

Event

Gets or sets the name defining the situation in which this UsageApplication should be used. Shall be one of "View", "Print", or "Export".

public string Event { get; set; }

Property Value

string

Groups

Gets the list of OptionalContentGroup objects that shall have their states automatically managed based on information in their usage dictionary.

public OptionalContentGroupList Groups { get; }

Property Value

OptionalContentGroupList