Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / TiffExportProvider Class / GetImageFormat Method

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

    Return Value

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