←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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