←Select platform

LoadSvg(Uri,int,CodecsLoadSvgOptions) Method

Summary

Loads a page from an image, document or vector file as SVG.

Syntax

C#
VB
C++
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 
   ) 

Parameters

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.

Return Value

SVG document representation of the page.

Remarks

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).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly