Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplication Class
Members

In This Topic
    UsageApplication Class
    In This Topic
    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.
    Object Model
    UsageApplication Class
    Syntax
    'Declaration
     
    Public Class UsageApplication 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public class UsageApplication : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Layers.UsageApplication

    See Also