Aspose::Page::XPS::XpsDocument::CreateIccProfile メソッド
XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
stream から新しい ICC プロファイルリソースを作成します。
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
| パラメーター | 型 | 説明 |
|---|---|---|
| ストリーム | System::SharedPtr<System::IO::Stream> | リソースとして使用する ICC プロファイルを含むストリームです。 |
ReturnValue
新しい ICC プロファイル リソースです。
参照
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateIccProfile(System::String) method
iccProfilePath にある ICC プロファイルファイルから新しい ICC プロファイルリソースを作成します。
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
| パラメーター | 型 | 説明 |
|---|---|---|
| iccProfilePath | System::String | リソースとして使用する ICC プロファイルへのパスです。 |
ReturnValue
新しい ICC プロファイル リソースです。
参照
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++