Metode Aspose::Page::XPS::XpsDocument::CreateIccProfile
isi
[
bersembunyi
]XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
Membuat sumber daya profil ICC baru dari stream.
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Stream yang berisi profil ICC yang akan diambil sebagai sumber daya. |
ReturnValue
Sumber profil ICC baru.
Lihat Juga
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateIccProfile(System::String) method
Membuat sumber daya profil ICC baru dari file profil ICC yang terletak di iccProfilePath.
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| iccProfilePath | System::String | Jalur ke profil ICC yang akan diambil sebagai sumber daya. |
ReturnValue
Sumber profil ICC baru.
Lihat Juga
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++