←Select platform

UseSvgBackImage Property

Summary

Indicates whether to try getting the image elements in an SVG document separately.

Syntax

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

Property Value

true to try getting the image elements in an SVG document separately; otherwise, false. Default value is false.

Remarks

For more information, refer to DocumentPage.GetSvgBackImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly