Aspose::Page::UserProperties::GetPropertyMatrix 메서드
UserProperties::GetPropertyMatrix(System::String) method
matrix 속성 값을 가져옵니다.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
ReturnValue
속성 값.
또 보기
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::GetPropertyMatrix(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
matrix 속성 값을 가져옵니다. 요청한 속성이 없으면 제공된 기본값을 반환합니다.
virtual System::SharedPtr<System::Drawing::Drawing2D::Matrix> Aspose::Page::UserProperties::GetPropertyMatrix(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> defValue)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| defValue | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 속성의 기본값. |
ReturnValue
속성 값.
또 보기
- Typedef SharedPtr
- Class Matrix
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++