Name | Type | Description |
---|---|---|
viewer |
DitapViewer | 사용할 DitapViewer 인스턴스The DitapViewer instance to use. |
ditapPrint |
DitapPrintButton | DitapPrint 인스턴스The DitapPrint instance to use. |
Example:
// 샌드캐슬 예제 'DiTAP - Ditap Capture' 참조
const viewer = new Ditap.DitapViewer("ditapContainer");
const ditapPrint = new Ditap.DitapPrintButton(viewer);
const popupPrint = new Ditap.PopupPrint(viewer, ditapPrint);
popupPrint.open();
Methods
팝업 닫기.
Close popup.
Close popup.
팝업 열기.
Open popup.
Open popup.