←Select platform

PreferVector Property

Summary

If this is set to true, SVG will be treated as Vector.

Syntax
C#
VB
C++
public bool PreferVector { get; set; } 
Public Property PreferVector() As Boolean 
   Get 
   Set 
public:  
   property bool PreferVector 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to treat SVG files as vector; false otherwise.

Remarks

The default behavior is to treat SVG files as a document, this will set the RasterCodecs to treat them as vector.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly