VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.OptionalContent Namespace / PdfOptionalContentUsageApplicationCategory Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfOptionalContentUsageApplicationCategory Enumeration
    In This Topic
    Specifies available categories that optional content group should use to get the state.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum PdfOptionalContentUsageApplicationCategory
       Inherits System.Enum
    
    
    [Flags()]
    public enum PdfOptionalContentUsageApplicationCategory : System.Enum
    
    
    [Flags()]
    __value public enum PdfOptionalContentUsageApplicationCategory : public System.Enum
    
    
    [Flags()]
    public enum class PdfOptionalContentUsageApplicationCategory : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedThe undefined category.
    ViewThe view category.
    PrintThe print category.
    ExportThe export category.
    ZoomThe zoom category.
    UserThe user category.
    LanguageThe language category.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.OptionalContent.PdfOptionalContentUsageApplicationCategory

    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