Export2PDFBy2DView
Overloads
| Name | Description |
|---|---|
| Export2PDFBy2DView(string fileName) | 2D 뷰 - PDF 저장 |
| Export2PDFBy2DView(string fileName, int canvasIdx) | 2D 뷰 - 지정한 캔버스만 PDF 저장 |
Export2PDFBy2DView(string fileName)
public void Export2PDFBy2DView(string fileName)
2D 뷰 - PDF 저장
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | string |
Export2PDFBy2DView(string fileName, int canvasIdx)
public void Export2PDFBy2DView(string fileName, int canvasIdx)
2D 뷰 - 지정한 캔버스만 PDF 저장
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | string | |
| canvasIdx | int | 캔버스 index |