次の方法で共有


PdfWidgetControlType 列挙型

定義

注釈ウィジェット コントロールを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfWidgetControlType
type PdfWidgetControlType = 
継承
PdfWidgetControlType
属性

フィールド

CheckBox 2

チェック ボックスを示します。

PushButton 0

プッシュ ボタンを示します。

RadioButton 1

ラジオ ボタンを示します。

Unknown -1

コントロールの種類が不明であることを示します。

適用対象