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

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override ImageFormat GetImageFormat()
Visual Basic
Protected Overrides Function GetImageFormat As ImageFormat

Return Value

The image format associated with the current export provider.

See Also