PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Specifies the available flags for an annotation.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
[FlagsAttribute] public enum AnnotationFlag |
Visual Basic (Declaration) |
---|
<FlagsAttribute> _ Public Enumeration AnnotationFlag |
Visual C++ |
---|
[FlagsAttribute] public enum class AnnotationFlag |
Members
Member name | Description | |
---|---|---|
Invisible |
If set, do not display or print the annotation.
| |
Hidden |
If set, do not display or print the annotation or allow it to interact with the user.
| |
If set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed on the screen.
| ||
NoZoom |
If set, do not scale the annotation's appearance to match the magnification of the page.
| |
NoRotate |
If set, do not rotate the annotation's appearance to match the rotation of the page.
| |
NoView |
If set, do not display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the Print flag), but should be considered hidden for the purposes of onscreen display and user interaction.
| |
ReadOnly |
If set, do not allow the annotation to interact with the user.
|