C# 클래스 Itenso.Rtf.Model.RtfVisualImage

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

공개 메소드들

메소드 설명
RtfVisualImage ( RtfVisualImageFormat format, RtfTextAlignment alignment, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : System
ToBinary ( string imageDataHex ) : byte[]
ToString ( ) : string

보호된 메소드들

메소드 설명
ComputeHashCode ( ) : int
DoVisit ( IRtfVisualVisitor visitor ) : void
IsEqual ( object obj ) : bool

메소드 상세

ComputeHashCode() 보호된 메소드

protected ComputeHashCode ( ) : int
리턴 int

DoVisit() 보호된 메소드

protected DoVisit ( IRtfVisualVisitor visitor ) : void
visitor IRtfVisualVisitor
리턴 void

IsEqual() 보호된 메소드

protected IsEqual ( object obj ) : bool
obj object
리턴 bool

RtfVisualImage() 공개 메소드

public RtfVisualImage ( RtfVisualImageFormat format, RtfTextAlignment alignment, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : System
format RtfVisualImageFormat
alignment RtfTextAlignment
width int
height int
desiredWidth int
desiredHeight int
scaleWidthPercent int
scaleHeightPercent int
imageDataHex string
리턴 System

ToBinary() 공개 정적인 메소드

public static ToBinary ( string imageDataHex ) : byte[]
imageDataHex string
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string