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

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

공개 메소드들

메소드 설명
CalcImageHeight ( RtfVisualImageFormat format, int height, int desiredHeight, int scaleHeightPercent ) : int
CalcImageWidth ( RtfVisualImageFormat format, int width, int desiredWidth, int scaleWidthPercent ) : int
GetImageFormat ( RtfVisualImageFormat rtfVisualImageFormat ) : ImageFormat
ResolveFileName ( int index, RtfVisualImageFormat rtfVisualImageFormat ) : string
RtfVisualImageAdapter ( ) : System
RtfVisualImageAdapter ( ImageFormat targetFormat ) : System
RtfVisualImageAdapter ( string fileNamePattern ) : System
RtfVisualImageAdapter ( string fileNamePattern, ImageFormat targetFormat ) : System
RtfVisualImageAdapter ( string fileNamePattern, ImageFormat targetFormat, double dpiX, double dpiY ) : System

비공개 메소드들

메소드 설명
GetFileImageExtension ( ImageFormat imageFormat ) : string

메소드 상세

CalcImageHeight() 공개 메소드

public CalcImageHeight ( RtfVisualImageFormat format, int height, int desiredHeight, int scaleHeightPercent ) : int
format RtfVisualImageFormat
height int
desiredHeight int
scaleHeightPercent int
리턴 int

CalcImageWidth() 공개 메소드

public CalcImageWidth ( RtfVisualImageFormat format, int width, int desiredWidth, int scaleWidthPercent ) : int
format RtfVisualImageFormat
width int
desiredWidth int
scaleWidthPercent int
리턴 int

GetImageFormat() 공개 메소드

public GetImageFormat ( RtfVisualImageFormat rtfVisualImageFormat ) : ImageFormat
rtfVisualImageFormat RtfVisualImageFormat
리턴 System.Drawing.Imaging.ImageFormat

ResolveFileName() 공개 메소드

public ResolveFileName ( int index, RtfVisualImageFormat rtfVisualImageFormat ) : string
index int
rtfVisualImageFormat RtfVisualImageFormat
리턴 string

RtfVisualImageAdapter() 공개 메소드

public RtfVisualImageAdapter ( ) : System
리턴 System

RtfVisualImageAdapter() 공개 메소드

public RtfVisualImageAdapter ( ImageFormat targetFormat ) : System
targetFormat System.Drawing.Imaging.ImageFormat
리턴 System

RtfVisualImageAdapter() 공개 메소드

public RtfVisualImageAdapter ( string fileNamePattern ) : System
fileNamePattern string
리턴 System

RtfVisualImageAdapter() 공개 메소드

public RtfVisualImageAdapter ( string fileNamePattern, ImageFormat targetFormat ) : System
fileNamePattern string
targetFormat System.Drawing.Imaging.ImageFormat
리턴 System

RtfVisualImageAdapter() 공개 메소드

public RtfVisualImageAdapter ( string fileNamePattern, ImageFormat targetFormat, double dpiX, double dpiY ) : System
fileNamePattern string
targetFormat System.Drawing.Imaging.ImageFormat
dpiX double
dpiY double
리턴 System