Foxit PDF SDK  9.1
<FSAnnotsPermissionDelegate> Protocol Reference

Annotations permission delegate. More...

Inheritance diagram for <FSAnnotsPermissionDelegate>:

Instance Methods

(BOOL) - canAddAnnot
 Judge whether the annotation can be added. More...
 
(BOOL) - canDeleteAnnot
 Judge whether the annotation can be deleted. More...
 
(BOOL) - canModifyAnnot
 Judge whether the annotation can be modified. More...
 

Detailed Description

Annotations permission delegate.

Method Documentation

◆ canAddAnnot

- (BOOL) canAddAnnot
optional

Judge whether the annotation can be added.

Returns
If the annotation can be added, return YES otherwise return NO.

◆ canDeleteAnnot

- (BOOL) canDeleteAnnot
optional

Judge whether the annotation can be deleted.

Returns
If the annotation can be delete, return YES otherwise return NO.

◆ canModifyAnnot

- (BOOL) canModifyAnnot
optional

Judge whether the annotation can be modified.

Returns
If the annotation can be modified, return YES otherwise return NO.