[]
        
(Showing Draft Content)

C1.C1Preview.Export.RtfExporter.ProcessPage

ProcessPage Method

ProcessPage(Metafile, C1MetafileInfo, int, bool)

Exports a page of a document represented by a Metafile.

Declaration
protected override void ProcessPage(Metafile pageImage, C1MetafileInfo metafileInfo, int pageNo, bool firstPage)
Parameters
Type Name Description
Metafile pageImage

The Metafile representing the page to export.

C1MetafileInfo metafileInfo

The C1.C1Preview.C1MetafileInfo containing information about the pageImage.

int pageNo

The 1-based page number.

bool firstPage

true if pageImage represents the first page of the document, false otherwise.

Overrides