VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResourceType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfResourceType Enumeration
    In This Topic
    Specifies available types of PDF resources.
    Syntax
    'Declaration
    
    Public Enum PdfResourceType
       Inherits System.Enum
    
    
    public enum PdfResourceType : System.Enum
    
    
    __value public enum PdfResourceType : public System.Enum
    
    
    public enum class PdfResourceType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    StreamData stream.
    ImageImage resource.
    FormForm resource.
    MetadataMetadata resource.
    VirtualFontProgramVirtual font program resource.
    FontProgramFont program resource.
    FontToUnicodeMappingTo Unicode mapping stream.
    FontDescriptorCIDSetFont Descriptor CID Set resource.
    ICCProfileICC profile resource.
    PageContentPage content.
    Jbig2GlobalsJBIG2 Globals.
    SampledFunctionSampled function data.
    PostScriptCalculatorFunctionPost Script Calculator function program.
    TilingPatternTiling pattern data.
    EmbeddedFileEmbedded file.
    EmbeddedCMapFileEmbedded CMap file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.PdfResourceType

    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