CPDFAnnotationFlags Constants Reference

Declared in CPDFAnnotation.h

CPDFAnnotationFlags

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Definition

typedef NS_OPTIONS(NSInteger, CPDFAnnotationFlags ) {
   CPDFAnnotationFlagInvisible = 1,
   CPDFAnnotationFlagHidden = 1 < < 1,
   CPDFAnnotationFlagPrint = 1 < < 2,
   CPDFAnnotationFlagNoZoom = 1 < < 3,
   CPDFAnnotationFlagNoRotate = 1 < < 4,
   CPDFAnnotationFlagNoView = 1 < < 5,
   CPDFAnnotationFlagReadOnly = 1 < < 6,
   CPDFAnnotationFlagLocked = 1 < < 7,
   CPDFAnnotationFlagToggleNoView = 1 < < 8,
   CPDFAnnotationFlagLockedContents = 1 < < 9,
};

Constants

CPDFAnnotationFlagInvisible

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagHidden

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagPrint

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagNoZoom

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagNoRotate

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagNoView

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagReadOnly

If set, don’t allow the annotation to be deleted or its properties to be modified, including contents. This is ignored for widget annotations (form elements). For widget annotations the isReadOnly property of the associated form field should be used instead. This flag only restricts the ComPDFKit UI and does not impact programmatic modification of the annotation.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagLocked

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagToggleNoView

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

CPDFAnnotationFlagLockedContents

A set of flags specifying various characteristics of the annotation. ComPDFKit doesn’t support all of those flag settings.

Declared In CPDFAnnotation.h.

Declared In

CPDFAnnotation.h