自動アノテーションのプロパティダイアログで不要なタブを非表示にするには?

文書番号 : 34191     文書種別 : 使用方法     登録日 : 2012/10/12     最終更新日 : 2015/01/07
文書を印刷する
対象製品
LEADTOOLS 17.5J Document Imaging
詳細
AnnAutomationManagerクラスのHidePropertiesTabsプロパティで非表示にするタブを設定できます。

サンプルコード(VB.NET)
Dim annAutomationManager As New AnnAutomationManager
' 「名前」タブを非表示に設定します。
annAutomationManager.HidePropertiesTabs = AnnAutomationHidePropertiesTabs.Name

サンプルコード(C#)
AnnAutomationManager annAutomationManager = new AnnAutomationManager();
// 「名前」タブを非表示に設定します。
annAutomationManager.HidePropertiesTabs = AnnAutomationHidePropertiesTabs.Name;

関連情報
キーワード
HowTo アノテーション