VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PngPageVirtualMetadata Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PngPageVirtualMetadata Class
    In This Topic
    Root node of tree which stores virtual metadata of PNG page.
    Object Model
    PngTextualInformationMetadata VintasoftBinaryAnnotationsMetadata Resolution MetadataNodeCollection<T> TextRegionMetadata MetadataNode MetadataNodeList PngPageVirtualMetadata
    Syntax
    'Declaration
    
    Public Class PngPageVirtualMetadata
       Inherits PageMetadata
       Implements ISupportsVintasoftBinaryAnnotationsMetadata
    
    
    public class PngPageVirtualMetadata : PageMetadata, ISupportsVintasoftBinaryAnnotationsMetadata
    
    
    public __gc class PngPageVirtualMetadata : public PageMetadata*, ISupportsVintasoftBinaryAnnotationsMetadata
    
    
    public ref class PngPageVirtualMetadata : public PageMetadata^, ISupportsVintasoftBinaryAnnotationsMetadata
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Metadata.MetadataNode
          Vintasoft.Imaging.Metadata.PageMetadata
             Vintasoft.Imaging.Metadata.PngPageVirtualMetadata
                Vintasoft.Imaging.Metadata.PngPageMetadata

    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