←Select platform

IsSvgBackImageModified Property

Summary

Indicates whether the SVG background image for this page has been replaced.

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

Property Value

true if the SVG background image for this page has been replaced; otherwise, false.

Remarks

GetSvgBackImage is used to get a raster image that contains only the image elements of the SVG document for this page. Not all document types support this method, support depends on the value of DocumentImages.IsSvgSupported.

SetSvgBackImage is used to replace the SVG background image of the page. IsSvgBackImageModified is used as a flag that indicates that the SVG background image of this page has been replaced by the user.

For more information, refer to Loading Using LEADTOOLS Document Library.

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.Document Assembly