←Select platform

PreferVector Property

Summary

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

Syntax
C#
Objective-C
C++/CLI
Python
public bool PreferVector { get; set; } 
@property (nonatomic, assign) BOOL preferVector; 
public:  
   property bool PreferVector 
   { 
      bool get() 
      void set(bool value) 
   } 
PreferVector # get and set (CodecsLoadOptions) 

Property Value

Value Description
true To treat SVG files as vector file format.
false To treat SVG files as document file format. false is the default value.
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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