←Select platform

CreateFromSvgDocument Method

Summary

Creates a new item from an SvgDocument object.

Syntax
C#
C++/CLI
public static ImageViewerItem CreateFromSvgDocument( 
   SvgDocument svgDocument 
) 
public:  
   static ImageViewerItem^ CreateFromSvgDocument( 
      SvgDocument^ svgDocument 
   ) 

Parameters

svgDocument

Source SVG document.

Remarks

Use CreateFromImage to create an item from a raster image.

This method allows you to quickly create an item from a SvgDocument. It is the equivalent of the following code:

ImageViewerItem item = new ImageViewerItem(); 
item.SvgDocument = document; 

The item is not added to an image viewer using this method. You should use Items the collection to add or insert the item before it can be displayed.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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