[]
        
(Showing Draft Content)

C1.Win.Document.C1DocumentSource.GetPageMetafile

GetPageMetafile Method

GetPageMetafile(int, out Metafile, out bool)

For internal use. Returns metafile representing the page with specified index.

Declaration
public abstract void GetPageMetafile(int pageIndex, out Metafile metafile, out bool disposeMetafile)
Public MustOverride Sub GetPageMetafile(pageIndex As Integer, ByRef metafile As Metafile, ByRef disposeMetafile As Boolean)
Parameters
Type Name Description
int pageIndex

The index of the page.

Metafile metafile

OUT: The metafile of the page.

bool disposeMetafile

OUT: Indicates whether the returned metafile should be disposed when no longer used.