注釈を変更不可にする |
||||||||||||||||||||||
対応バージョン |
|
|||||||||||||||||||||
ポイント |
aObj[0].readOnly = true; |
|||||||||||||||||||||
説 明 |
注釈を変更不可にするにはreadOnlyプロパティにtrueを指定します。falseを指定すると変更可能になります。 |
|||||||||||||||||||||
サンプル |
aObj = this.getAnnots({nPage:0}); aObj[0].readOnly = true; |
|||||||||||||||||||||
|
■サンプルスクリプトを実行する >> Acrobat で動作確認 |
|||||||||||||||||||||
補足説明 |
なし |