C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / ImageExportProvider Class / GetImageFormat Method

In This Topic
GetImageFormat Method (ImageExportProvider)
In This Topic
Gets the image format associated with the current export provider. Must be overridden in a derived class to return a specific image format.
Syntax
'Declaration
 
Protected MustOverride Function GetImageFormat() As ImageFormat
 

Return Value

The image format associated with the current export provider.
See Also