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