[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.UsageApplication

UsageApplication Class

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.

Inheritance
UsageApplication
Implements
Namespace: GrapeCity.Documents.Pdf.Layers
Assembly: DS.Documents.Pdf.dll
Syntax
public class UsageApplication : PdfDictWrapper, IPdfDict
Public Class UsageApplication
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
UsageApplication()

Initializes a new instance of the UsageApplication class.

Properties

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.

Extension Methods