VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / JpegEncoder Class / CreatePageVirtualMetadata() Method
Syntax Remarks Requirements SeeAlso
In This Topic
CreatePageVirtualMetadata() Method (JpegEncoder)
In This Topic
Creates virtual metadata tree and copies image metadata to the virtual metadata tree.
Syntax
'Declaration

Protected Overrides Function CreatePageVirtualMetadata() As Vintasoft.Imaging.Metadata.PageMetadata

protected override Vintasoft.Imaging.Metadata.PageMetadata CreatePageVirtualMetadata()

Return Value

Virtual metadata tree.
Remarks

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

Requirements

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

See Also