VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentUsageApplication Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfOptionalContentUsageApplication Class
    In This Topic
    Represents the usage application dictionary, that specifies which entries in the usage dictionary should be consulted to automatically set the state of optional content groups.
    Object Model
    PdfOptionalContentGroupList PdfDocument PdfIndirectReference PdfBasicObject PdfOptionalContentUsageApplication
    Syntax
    'Declaration
    
    Public Class PdfOptionalContentUsageApplication
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfOptionalContentUsageApplication : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfOptionalContentUsageApplication : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfOptionalContentUsageApplication : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.OptionalContent.PdfOptionalContentUsageApplication

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also