LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnAutomationHidePropertiesTabs Enumeration

Show in webframe





Flags that correspond to the property pages that can be displayed or hidden when displaying the annotation properties dialog through automation.
Syntax
[FlagsAttribute()]
public enum AnnAutomationHidePropertiesTabs : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum AnnAutomationHidePropertiesTabs 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnAutomationHidePropertiesTabs

            

            
[FlagsAttribute()]
public enum class AnnAutomationHidePropertiesTabs : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDo not hide any annotation property page (display all).
0x00000001NameHide the annotation Name property page.
0x00000002HyperlinkHide the annotation Hyperlink property page.
0x00000004RubberStampHide the annotation RubberStamp property page.
0x00000008EncryptHide the annotation Encrypt property page.
0x00000010PolygonHide the annotation Polygon property page.
0x00000020CurveHide the annotation Curve property page.
0x00000040ProtractorHide the annotation Protractor property page.
0x00000080PointHide the annotation Point property page.
0x00000100PictureHide the annotation Picture property page.
0x00000200PicturesHide the annotation Pictures property page.
0x00000400RulerHide the annotation Ruler property page.
0x00000800TextHide the annotation Text property page.
0x00001000HiliteHide the annotation Hilite property page.
0x00002000PenHide the annotation Pen property page.
0x00004000BrushHide the annotation Brush property page.
0x00008000FontHide the annotation Font property page.
0x00010000ControlPointsHide the annotation Control Points property page.
0x00010000AudioHide the annotation Audio property page.
0x00020000FixedHide the annotation Fixed property page.
0x00040000SnapToGridHide the annotation Snap To Grid property page.
0x00080000VideoHide the annotation Video property page.
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.
Example
For an example, refer to AnnAutomationManager.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace
HidePropertiesTabs Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.