Enumerates Appearance Flag'definitions which define whether the field can be displayed, printed, zoomed, or rotated..
public enum AnnotationFlag
Members
| Member Name | Description | Value |
| Hidden | If set,do not display or print the field. | 2 |
| Print | If set,print the field. | 4 |
| NoZoom | If set,do not scale the field. | 8 |
| NoRotate | If set,do not rotate the field. | 16 |
| NoView | If set,do not display the field. | 32 |
| HiddenButPrint | If set, do not display the field on screen to interact with the user, but it can be printed. | 36 |
| VisibleButNotPrint | 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