C# Class RtfDomParser.RTFUtil

some utility functions , this source code evolution from other software.
Mostrar archivo Open project: SourceCodeBackup/RtfDomParser

Public Methods

Method Description
HasContentElement ( RTFDomElement rootElement ) : bool

�ж϶����Ƿ���ʵ������

Private Methods

Method Description
GdipEmfToWmfBits ( IntPtr _hEmf, uint _bufferSize, byte _buffer, int _mappingMode, EmfToWmfBitsFlags _flags ) : uint
GetRtfImage ( Image _image ) : string

Wraps the image in an Enhanced Metafile by drawing the image onto the graphics context, then converts the Enhanced Metafile to a Windows Metafile, and finally appends the bits of the Windows Metafile in HEX to a string and returns the string.

RTFUtil ( ) : System

Method Details

HasContentElement() public static method

�ж϶����Ƿ���ʵ������
public static HasContentElement ( RTFDomElement rootElement ) : bool
rootElement RTFDomElement ��Ԫ�ض���
return bool