LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AnnAutomationHidePropertiesTabs Enumeration
See Also  
Leadtools.Annotations Namespace : AnnAutomationHidePropertiesTabs Enumeration



Flags that correspond to the property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum AnnAutomationHidePropertiesTabs 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationHidePropertiesTabs
C# 
[FlagsAttribute()]
public enum AnnAutomationHidePropertiesTabs : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class AnnAutomationHidePropertiesTabs : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AudioHide the annotation Audio property page.
BrushHide the annotation Brush property page.
ControlPointsHide the annotation Control Points property page.
CurveHide the annotation Curve property page.
EncryptHide the annotation Encrypt property page.
FixedHide the annotation Fixed property page.
FontHide the annotation Font property page.
HiliteHide the annotation Hilite property page.
HyperlinkHide the annotation Hyperlink property page.
NameHide the annotation Name property page.
NoneDo not hide any annotation property page (display all).
PenHide the annotation Pen property page.
PictureHide the annotation Picture property page.
PicturesHide the annotation Pictures property page.
PointHide the annotation Point property page.
PolygonHide the annotation Polygon property page.
ProtractorHide the annotation Protractor property page.
RubberStampHide the annotation RubberStamp property page.
RulerHide the annotation Ruler property page.
SnapToGridHide the annotation Snap To Grid property page.
TextHide the annotation Text property page.
VideoHide the annotation Video property page.

Example

For an example, refer to AnnAutomationManager.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnAutomationHidePropertiesTabs

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features