作成日: 2022/09/26 最終更新日: 2022/09/26
文書種別
使用方法
詳細
注釈エディタのデフォルト設定はViewerOptions.editorDefaultsで変更できます。
たとえば「印刷」を「はい」の状態にしたい場合、以下のように設定します。
viewer.options.editorDefaults = {
squareAnnotation : { printableFlag: 'true' },
inkAnnotation : { printableFlag: 'true' },
textAnnotation : { printableFlag: 'true' }
};
以下のサンプルもあわせてご覧ください。