C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / GifExportProvider Class / GetImageFormat Method

In This Topic
GetImageFormat Method (GifExportProvider)
In This Topic
Gets the image format associated with the current export provider. This implementation returns System.Drawing.Imaging.ImageFormat.Gif.
Syntax
'Declaration
 
Protected Overrides Function GetImageFormat() As ImageFormat
 

Return Value

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