[]
        
(Showing Draft Content)

C1.C1Preview.Export.JpegExportProvider.GetImageFormat

GetImageFormat Method

GetImageFormat()

Gets the image format associated with the current export provider. This implementation returns Jpeg.

Declaration
protected override ImageFormat GetImageFormat()
Protected Overrides Function GetImageFormat() As ImageFormat
Returns
Type Description
ImageFormat

The image format associated with the current export provider.

Overrides