UserProperties.GetPropertyRectangle
GetPropertyRectangle(string)
사각형 속성 값을 가져옵니다.
public virtual RectangleF GetPropertyRectangle(string key)
모수 | 유형 | 설명 |
---|---|---|
key | String | 속성의 이름입니다. |
반환 값
자산 가치.
또한보십시오
- class UserProperties
- 네임스페이스 Aspose.Page
- 집회 Aspose.Page
GetPropertyRectangle(string, RectangleF)
사각형 속성 값을 가져옵니다. 요청된 속성이 없으면 제공된 기본값을 반환합니다.
public virtual RectangleF GetPropertyRectangle(string key, RectangleF def)
모수 | 유형 | 설명 |
---|---|---|
key | String | 속성의 이름입니다. |
def | RectangleF | 속성의 기본값입니다. |
반환 값
자산 가치.
또한보십시오
- class UserProperties
- 네임스페이스 Aspose.Page
- 집회 Aspose.Page