C# 클래스 Itenso.Rtf.Converter.Image.RtfImageConverter

상속: Itenso.Rtf.Interpreter.RtfInterpreterListenerBase
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
RtfImageConverter ( ) : System
RtfImageConverter ( RtfImageConvertSettings settings ) : System

보호된 메소드들

메소드 설명
DoBeginDocument ( IRtfInterpreterContext context ) : void
DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
EnsureImagesPath ( string imageFileName ) : void
SaveImage ( byte imageBuffer, RtfVisualImageFormat format, string fileName, Size size ) : void

메소드 상세

DoBeginDocument() 보호된 메소드

protected DoBeginDocument ( IRtfInterpreterContext context ) : void
context IRtfInterpreterContext
리턴 void

DoInsertImage() 보호된 메소드

protected DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void
context IRtfInterpreterContext
format RtfVisualImageFormat
width int
height int
desiredWidth int
desiredHeight int
scaleWidthPercent int
scaleHeightPercent int
imageDataHex string
리턴 void

EnsureImagesPath() 보호된 메소드

protected EnsureImagesPath ( string imageFileName ) : void
imageFileName string
리턴 void

RtfImageConverter() 공개 메소드

public RtfImageConverter ( ) : System
리턴 System

RtfImageConverter() 공개 메소드

public RtfImageConverter ( RtfImageConvertSettings settings ) : System
settings RtfImageConvertSettings
리턴 System

SaveImage() 보호된 메소드

protected SaveImage ( byte imageBuffer, RtfVisualImageFormat format, string fileName, Size size ) : void
imageBuffer byte
format RtfVisualImageFormat
fileName string
size System.Drawing.Size
리턴 void