[]
        
(Showing Draft Content)

C1.C1Preview.Export.JpegExportProvider

JpegExportProvider Class

Describes export to JPEG files representing the pages of a document.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class JpegExportProvider : ImageExportProvider

Properties

Name Description
FormatName

Gets a short description of the JPEG export format.

PreferredOrdinal

Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 103.

Methods

Name Description
GetImageFormat()

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

See Also