C# 클래스 RtfDomParser.RTFUtil

some utility functions , this source code evolution from other software.
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser

공개 메소드들

메소드 설명
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