cadviewer 10.31.11 → 10.32.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -939,4 +939,5 @@ declare module 'cadviewer' {
|
|
|
939
939
|
export function cvjs_publishMultiPagePDF(f_div: string, lSettings: any, lJSON: any, currentView: string, pType: string, lColors: any, fileList: any, res: number, psize:string, wfac: number, pdfname:string): void;
|
|
940
940
|
export function cvjs_setScrollWheelThrottleDelay(ms: number): void;
|
|
941
941
|
export function cvjs_setScrollWheelZoomSteps(steps: number): void;
|
|
942
|
+
export function cvjs_setPublishPDFfilename(f_div: string, filename: string): void;
|
|
942
943
|
}
|