Reports for WinForms | ComponentOne
C1.C1Report.4 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
    protected abstract ImageFormat GetImageFormat()

    Return Value

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