UserProperties.UserProperties
UserProperties()
UserProperties クラスの空のインスタンスを初期化します。
public UserProperties()
関連項目
- class UserProperties
- 名前空間 Aspose.Page
- 組み立て Aspose.Page
UserProperties(Dictionary<string, object>)
UserProperties クラスの をデフォルト値で初期化します。
public UserProperties(Dictionary<string, object> defaults)
パラメータ | タイプ | 説明 |
---|---|---|
defaults | Dictionary`2 | デフォルトのプロパティ値。 |
関連項目
- class UserProperties
- 名前空間 Aspose.Page
- 組み立て Aspose.Page
UserProperties(Dictionary<string, object>, Dictionary<string, object>)
この順序で検索されるデフォルトおよび altDefaults テーブル、 を使用して UserProperties を構築します。
public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
パラメータ | タイプ | 説明 |
---|---|---|
defaults | Dictionary`2 | デフォルトのプロパティ値。 |
altDefaults | Dictionary`2 | 代替プロパティ値。 |
関連項目
- class UserProperties
- 名前空間 Aspose.Page
- 組み立て Aspose.Page