UserProperties.IsProperty
IsProperty(string)
ブール値のプロパティ値を取得します.
public virtual bool IsProperty(string key)
パラメータ | タイプ | 説明 |
---|---|---|
key | String | プロパティの名前。 |
戻り値
プロパティ値。
関連項目
- class UserProperties
- 名前空間 Aspose.Page
- 組み立て Aspose.Page
IsProperty(string, bool)
ブール値のプロパティ値を取得します。要求されたプロパティが存在しない場合は、提供されたデフォルト値を返します.
public virtual bool IsProperty(string key, bool def)
パラメータ | タイプ | 説明 |
---|---|---|
key | String | プロパティの名前。 |
def | Boolean | プロパティのデフォルト値。 |
戻り値
プロパティ値。
関連項目
- class UserProperties
- 名前空間 Aspose.Page
- 組み立て Aspose.Page