←Select platform

AnnAutomationHidePropertiesTabs Enumeration

Summary

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

Syntax

C#
VB
C++
[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

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly