C# 클래스 Rotativa.Options.Margins

파일 보기 프로젝트 열기: scoorf/Rotativa 1 사용 예제들

공개 메소드들

메소드 설명
Margins ( ) : System.Globalization
Margins ( int top, int right, int bottom, int left ) : System.Globalization

Sets the page margins.

ToString ( ) : string

메소드 상세

Margins() 공개 메소드

public Margins ( ) : System.Globalization
리턴 System.Globalization

Margins() 공개 메소드

Sets the page margins.
public Margins ( int top, int right, int bottom, int left ) : System.Globalization
top int Page top margin in mm.
right int Page right margin in mm.
bottom int Page bottom margin in mm.
left int Page left margin in mm.
리턴 System.Globalization

ToString() 공개 메소드

public ToString ( ) : string
리턴 string