Flags that correspond to the property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
[FlagsAttribute()]
public enum AnnAutomationHidePropertiesTabs
<FlagsAttribute()>
Public Enum AnnAutomationHidePropertiesTabs
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class AnnAutomationHidePropertiesTabs : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Do not hide any annotation property page (display all). |
0x00000001 | Name | Hide the annotation Name property page. |
0x00000002 | Hyperlink | Hide the annotation Hyperlink property page. |
0x00000004 | RubberStamp | Hide the annotation RubberStamp property page. |
0x00000008 | Encrypt | Hide the annotation Encrypt property page. |
0x00000010 | Polygon | Hide the annotation Polygon property page. |
0x00000020 | Curve | Hide the annotation Curve property page. |
0x00000040 | Protractor | Hide the annotation Protractor property page. |
0x00000080 | Point | Hide the annotation Point property page. |
0x00000100 | Picture | Hide the annotation Picture property page. |
0x00000200 | Pictures | Hide the annotation Pictures property page. |
0x00000400 | Ruler | Hide the annotation Ruler property page. |
0x00000800 | Text | Hide the annotation Text property page. |
0x00001000 | Hilite | Hide the annotation Hilite property page. |
0x00002000 | Pen | Hide the annotation Pen property page. |
0x00004000 | Brush | Hide the annotation Brush property page. |
0x00008000 | Font | Hide the annotation Font property page. |
0x00010000 | ControlPoints | Hide the annotation Control Points property page. |
0x00010000 | Audio | Hide the annotation Audio property page. |
0x00020000 | Fixed | Hide the annotation Fixed property page. |
0x00040000 | SnapToGrid | Hide the annotation Snap To Grid property page. |
0x00080000 | Video | Hide the annotation Video property page. |
These flags are used when setting the AnnAutomationManager.HidePropertiesTabs property. Setting a flag means that the corresponding property page will not be displayed in the annotation properties dialog. By default, AnnAutomationManager.HidePropertiesTabs is set to AnnAutomationHidePropertiesTabs.None, which means all property pages will be displayed. The AnnAutomationHidePropertiesTabs flags can be combined with a logical "or" to hide more than one property page. For more information, see the documentation for AnnAutomationManager.HidePropertiesTabs.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET