[]
        
(Showing Draft Content)

C1.WPF.Document.C1PdfDocumentSource.GetPageMetafile

GetPageMetafile Method

GetPageMetafile(int, out Metafile, out bool)

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

Declaration
public override void GetPageMetafile(int pageIndex, out Metafile metafile, out bool disposeMetafile)
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.

Overrides