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

Show in webframe

IsSvgBackImageModified Property






Indicates whether the SVG background image for this page has been replaced.
Syntax
public bool IsSvgBackImageModified {get; set;}
'Declaration
 
Public Property IsSvgBackImageModified As Boolean
'Usage
 
Dim instance As DocumentPage
Dim value As Boolean
 
instance.IsSvgBackImageModified = value
 
value = instance.IsSvgBackImageModified
public boolean isSvgBackImageModified()
public void setSvgBackImageModified(boolean value)
            
public:
property bool IsSvgBackImageModified {
   bool get();
   void set (    bool 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 represents contains only the image elements of the SVG document for this page. Not all document types support this method, this depends on the value of DocumentImages.IsSvgSupported.

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

Refer to Loading Using LEADTOOLS Documents Library for more information.

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