طريقة Aspose::Page::XPS::XpsDocument::CreateIccProfile method

XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method

ينشئ مورد ملف تعريف ICC جديد من stream.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeالوصف
دفقSystem::SharedPtr<System::IO::Stream>الدفق الذي يحتوي على ملف تعريف ICC لاستخدامه كمورد.

ReturnValue

مورد ملف تعريف ICC جديد.

انظر أيضًا

XpsDocument::CreateIccProfile(System::String) method

ينشئ مورد ملف تعريف ICC جديد من ملف تعريف ICC الموجود في iccProfilePath.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParameterTypeالوصف
iccProfilePathSystem::Stringالمسار إلى ملف تعريف ICC لاستخدامه كمورد.

ReturnValue

مورد ملف تعريف ICC جديد.

انظر أيضًا