Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsSvgModified Property






Indicates whether the SVG document for this page has been replaced.
Syntax
public bool IsSvgModified {get; set;}
'Declaration
 
Public Property IsSvgModified As Boolean
'Usage
 
Dim instance As DocumentPage
Dim value As Boolean
 
instance.IsSvgModified = value
 
value = instance.IsSvgModified
public boolean isSvgModified()
public void setSvgModified(boolean value)
            
public:
property bool IsSvgModified {
   bool get();
   void set (    bool value);
}

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, this depends on the value of DocumentImages.IsSvgSupported.

SetSvg is used to replace the SVG document of the page. IsSvgModified is used to as 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 Document uses the cache (Document.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.

Refer to Loading Using LEADTOOLS Documents Library for more information.

Example

For an example, refer to SetSvg.

Requirements

Target Platforms

See Also

Reference

DocumentPage Class
DocumentPage Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features