Aspose::Page::XPS::XpsDocument::CreateImage method

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

Skapar en ny bildresurs från stream.

System::SharedPtr<XpsModel::XpsImage> Aspose::Page::XPS::XpsDocument::CreateImage(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeBeskrivning
strömSystem::SharedPtr<System::IO::Stream>Strömmen som innehåller bilden att använda som resurs.

ReturnValue

Ny bildresurs.

Se även

XpsDocument::CreateImage(System::String) method

Skapar en ny bildresurs från bildfilen som finns på imagePath.

System::SharedPtr<XpsModel::XpsImage> Aspose::Page::XPS::XpsDocument::CreateImage(System::String imagePath)
ParameterTypeBeskrivning
imagePathSystem::StringSökvägen till bilden att använda som resurs.

ReturnValue

Ny bildresurs.

Se även