←Select platform

LoadSvg(Uri,int,CodecsLoadSvgOptions) Method

Summary

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

Syntax
C#
C++/CLI
Python
public:  
   ISvgDocument^ LoadSvg( 
      System::Uri^ uri, 
      int pageNumber, 
      CodecsLoadSvgOptions^ options 
   ) 
def LoadSvg(self,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 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.