SvgImage()

SvgImage::SvgImage(System::ArrayPtr<uint8_t>) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::ArrayPtr<uint8_t> data)

Arguments

ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>Svg data.

SvgImage::SvgImage(System::String) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::String svgContent)

Arguments

ParameterTypeDescription
svgContentSystem::StringSvg content.

SvgImage::SvgImage(System::SharedPtr<System::IO::Stream>) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::SharedPtr<System::IO::Stream> stream)

Arguments

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Svg stream.

SvgImage::SvgImage(System::ArrayPtr<uint8_t>, System::SharedPtr<Import::IExternalResourceResolver>, System::String) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::ArrayPtr<uint8_t> data, System::SharedPtr<Import::IExternalResourceResolver> externalResResolver, System::String baseUri)

Arguments

ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>Svg data.
externalResResolverSystem::SharedPtr<Import::IExternalResourceResolver>A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
baseUriSystem::StringBase URI of the specified Svg. Used to resolve relative links.

SvgImage::SvgImage(System::String, System::SharedPtr<Import::IExternalResourceResolver>, System::String) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::String svgContent, System::SharedPtr<Import::IExternalResourceResolver> externalResResolver, System::String baseUri)

Arguments

ParameterTypeDescription
svgContentSystem::StringSvg content.
externalResResolverSystem::SharedPtr<Import::IExternalResourceResolver>A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
baseUriSystem::StringBase URI of the specified Svg. Used to resolve relative links.

SvgImage::SvgImage(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Import::IExternalResourceResolver>, System::String) constructor

Creates new SvgImage object.

Aspose::Slides::SvgImage::SvgImage(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Import::IExternalResourceResolver> externalResResolver, System::String baseUri)

Arguments

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Svg stream.
externalResResolverSystem::SharedPtr<Import::IExternalResourceResolver>A callback object used to fetch external objects. If this parameter is null all external objects will be ignored.
baseUriSystem::StringBase URI of the specified Svg. Used to resolve relative links.

See Also