C# Класс RtfDomParser.RTFUtil

some utility functions , this source code evolution from other software.
Показать файл Открыть проект

Открытые методы

Метод Описание
HasContentElement ( RTFDomElement rootElement ) : bool

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

Приватные методы

Метод Описание
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

Описание методов

HasContentElement() публичный статический Метод

�ж϶����Ƿ���ʵ������
public static HasContentElement ( RTFDomElement rootElement ) : bool
rootElement RTFDomElement ��Ԫ�ض���
Результат bool