SMART datagrid v1.4 > Reporting > Classes > PrintOptions
DLReport.PrintOptions.paperWidth property
출력 종이의 너비.
숫자나 "in", "mm", "cm" "px" 단위가 포함된 문자열로 지정할 수 있다. 단위를 지정하지 않으면 pixel로 간주한다.
기본값은 "210mm".
- Getter
- function paperWidth(): String|Number|PrintDimension
- Setter
- function setPaperWidth(value: PrintDimension)
- See Also
- paperHeight
- paperMarginLeft
- paperMarginRight
- paperMarginTop
- paperMarginBottom
- preview
- Print Dimension
- Examples
- 리포트 시작하기