C# 클래스 PdfRpt.FluentInterface.DefaultFontsBuilder

Default Fonts Settings Class.
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
Color ( Color colorValue ) : void

Sets the default fonts color.

DefaultFontsBuilder ( PdfReport pdfReport ) : System.Drawing

ctor.

Path ( string defaultFont1, string defaultFont2 ) : void

Sets the optional fonts path.

Size ( int value ) : void

Sets the default fonts size.

메소드 상세

Color() 공개 메소드

Sets the default fonts color.
public Color ( Color colorValue ) : void
colorValue Color
리턴 void

DefaultFontsBuilder() 공개 메소드

ctor.
public DefaultFontsBuilder ( PdfReport pdfReport ) : System.Drawing
pdfReport PdfReport
리턴 System.Drawing

Path() 공개 메소드

Sets the optional fonts path.
public Path ( string defaultFont1, string defaultFont2 ) : void
defaultFont1 string font1's path
defaultFont2 string font2's path
리턴 void

Size() 공개 메소드

Sets the default fonts size.
public Size ( int value ) : void
value int font size
리턴 void