PTFileAttachmentAnnotationOptions


@interface PTFileAttachmentAnnotationOptions : PTAnnotationOptions

Options for file attachment annotations.

  • Whether the saving of file attachment annotations to disk is allowed.

    The default value of this property is YES.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite,
              getter=isSavingEnabled) BOOL savingEnabled;

    Swift

    var isSavingEnabled: Bool { get set }