PDF .NET Library Documentation - PDF Technologies, Inc.
Procedure paints context of the metafile on the page.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void AddMetaFile(
	Metafile MF
)
Visual Basic (Declaration)
Public Sub AddMetaFile ( _
	MF As Metafile _
)
Visual C++
public:
void AddMetaFile(
	Metafile^ MF
)

Parameters

MF
Type: System.Drawing.Imaging..::.Metafile
Metafile file to be rendered

See Also