public IntPtr LoadMetafile(
string fileName,
int pageNumber
)
public:
IntPtr LoadMetafile(
String^ fileName,
int pageNumber
)
def LoadMetafile(self,fileName,pageNumber):
fileName
The source RTF file.
pageNumber
The 1-based page number to load.
The Windows Enhanced Metafile this method creates.
This method uses the following members of the current CodecsRasterizeDocumentLoadOptions set in RasterCodecs.Options.RasterizeDocument.Load to determine the page size, resolution and margins:
Also, it uses the following members of the current CodecsRtfLoadOptions set in RasterCodecs.Options.Rtf.Load to determine the back color to use:
So you must set these options according to your application needs before calling this method. The number of pages inside the RTF file will depend on the Rasterize Document options.
You must destroy the Windows Enhanced Metafile (EMF) handle this method creates manually using the DeleteEnhMetaFile Windows API.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document