←Select platform

IsSvgModified Property

Summary

Indicates whether the SVG document for this page has been replaced.

Syntax
C#
C++/CLI
Java
Python
public bool IsSvgModified {get; set;} 
public:  
   property bool IsSvgModified 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isSvgModified() 
public void setSvgModified(boolean value) 
IsSvgModified # get and set (DocumentPage) 

Property Value

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

Remarks

GetSvg is used to get an SVG document representation of this page. Not all document types support this method. Support depends on the value of DocumentImages.IsSvgSupported.

SetSvg is used to replace the SVG document of the page. IsSvgModified is used as a flag that indicates that the SVG document of this page has been replaced by the user.

This value is saved and re-loaded when the owner LEADDocument uses the cache (LEADDocument.HasCache is true).

IsSvgModified is not used by the framework in any special way, it is a flag that can used to check if the current SVG document is not the same as the original.

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

Requirements

Target Platforms

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

Leadtools.Document Assembly

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