NOTE: This enumeration is now obsolete.
Use AnnotationFlag instead.
Enumerates Appearance Flag'definitions which define whether the field can be displayed, printed, zoomed, or rotated..
public enum AppearanceFlag
Members
| Member Name | Description | Value |
| HIDDEN | Obsolete.
Use AnnotationFlag.Hidden instead. If set,do not display or print the field. | 2 |
| PRINT | Obsolete.
Use AnnotationFlag.Print instead. If set,print the field. | 4 |
| NOZOOM | Obsolete.
Use AnnotationFlag.NoZoom instead. If set,do not scale the field. | 8 |
| NOROTATE | Obsolete.
Use AnnotationFlag.NoRotate instead. If set,do not rotate the field. | 16 |
| NOVIEW | Obsolete.
Use AnnotationFlag.NoView instead. If set,do not display the field. | 32 |
| FLAG_HIDDEN_BUT_PRINT | Obsolete.
Use AnnotationFlag.HiddenButPrint instead. If set, do not display the field on screen to interact with the user, but it can be printed. | 36 |
| FLAG_VISIBLE_BUT_NOT_PRINT | Obsolete.
Use AnnotationFlag.VisibleButNotPrint instead. If set, the field displays on screen to interact with the user, but it can not be printed. | 0 |
Requirements
Namespace: Aspose.Pdf.Kit
Assembly: Aspose.Pdf.Kit (in Aspose.Pdf.Kit.dll)
See Also
Aspose.Pdf.Kit Namespace