[]
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
Public Class UsageApplication
Inherits PdfDictWrapper
Implements IPdfDict
Name | Description |
---|---|
UsageApplication() | Initializes a new instance of the UsageApplication class. |
Name | Description |
---|---|
Category | Gets or sets the array of names each of which corresponds to a usage dictionary entry. |
Event | Gets or sets the name defining the situation in which this UsageApplication should be used. Shall be one of "View", "Print", or "Export". |
Groups | Gets the list of OptionalContentGroup objects that shall have their states automatically managed based on information in their usage dictionary. |