Back to Devexpress

PdfAnnotation.Flags Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation-212e0e37.md

latest2.1 KB
Original Source

PdfAnnotation.Flags Property

Gets or sets flags that specify various characteristics of the annotation.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationFlags Flags { get; set; }
vb
Public Property Flags As PdfAnnotationFlags

Property Value

TypeDescription
PdfAnnotationFlags

A set of annotation flags.

|

Available values:

Show 11 items

NameDescription
None

If active, deactivates all other options.

| | Invisible |

Do not display the annotation if it does not belong to one of the standard annotation types and no annotation handler is available.

| | Hidden |

Do not display or print the annotation or allow a user to interact with the annotation.

| | Print |

Print the annotation when the page is printed.

| | NoZoom |

Do not scale the annotation’s appearance to match the magnification of the page.

| | NoRotate |

Do not rotate the annotation’s appearance to match the rotation of the page.

| | NoView |

Do not display the annotation on the screen or allow a user to interact with the annotation.

| | ReadOnly |

Do not let a user interact with the annotation.

| | Locked |

Do not allow the annotation to be deleted or its properties to be modified by the user.

| | ToggleNoView |

Invert the interpretation of the NoView flag for certain events.

| | LockedContents |

Do not allow the contents of the annotation to be modified by the user.

|

See Also

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace