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 プロファイル リソースです。

参照

XpsDocument::CreateIccProfile(System::String) method

iccProfilePath にある ICC プロファイルファイルから新しい ICC プロファイルリソースを作成します。

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
パラメーター説明
iccProfilePathSystem::Stringリソースとして使用する ICC プロファイルへのパスです。

ReturnValue

新しい ICC プロファイル リソースです。

参照