Loads a page from an image, document or vector file as SVG.
public ISvgDocument LoadSvg(
Uri uri,
int pageNumber,
CodecsLoadSvgOptions options
)
Public Function LoadSvg(
ByVal uri As System.Uri,
ByVal pageNumber As Integer,
ByVal options As CodecsLoadSvgOptions
) As ISvgDocument
public:
ISvgDocument^ LoadSvg(
System::Uri^ uri,
int pageNumber,
CodecsLoadSvgOptions^ options
)
uri
The System.Uri containing the input image data.
pageNumber
1-based page number to load.
options
The CodecsLoadSvgOptions object containing the options used for loading SVG. This can be null.
SVG document representation of the page.
Use this method to load a page from any supported image, document or vector format in a remote URL as SVG (Scalable Vector Graphics). For more information refer to LoadSvg(string fileName, int pageNumber, CodecsLoadSvgOptions options).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document