Indicates whether the SVG background image for this page has been replaced.
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)
true if the SVG background image for this page has been replaced, otherwise; false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET