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).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET