HtmlPrintDocumentSource.BottomMargin 속성

정의

문서 원본의 아래쪽 여백을 가져오고 설정합니다.

public:
 property float BottomMargin { float get(); void set(float value); };
float BottomMargin();

void BottomMargin(float value);
public float BottomMargin { get; set; }
var single = htmlPrintDocumentSource.bottomMargin;
htmlPrintDocumentSource.bottomMargin = single;
Public Property BottomMargin As Single

속성 값

Single

float

문서 원본의 아래쪽 여백입니다.

적용 대상