[]
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
Initializes a new instance of the UsageApplication class.
public UsageApplication()
Gets or sets the array of names each of which corresponds to a usage dictionary entry.
public string[] Category { get; set; }
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; }
Gets the list of OptionalContentGroup objects that shall have their states automatically managed based on information in their usage dictionary.
public OptionalContentGroupList Groups { get; }