VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / CreatePageVirtualMetadata() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreatePageVirtualMetadata() Method (EncoderBase)
    In This Topic
    Creates virtual metadata tree.
    Syntax
    'Declaration
    
    Protected Overridable Function CreatePageVirtualMetadata() As Vintasoft.Imaging.Metadata.PageMetadata
    
    
    protected virtual Vintasoft.Imaging.Metadata.PageMetadata CreatePageVirtualMetadata()
    
    
    protected: virtual Vintasoft.Imaging.Metadata.PageMetadata* CreatePageVirtualMetadata()
    
    
    protected:
    virtual Vintasoft.Imaging.Metadata.PageMetadata^ CreatePageVirtualMetadata()

    Return Value

    The virtual metadata tree.
    Remarks

    This method is used in SaveImage(VintasoftImage,Stream) method.

    This method returns an empty metadata tree and it must be overridden in derived class if necessary.

    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