Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadSvgOptions Class : DropShapes Property |
public bool DropShapes {get; set;}
'Declaration
Public Property DropShapes As Boolean
'Usage
Dim instance As CodecsLoadSvgOptions Dim value As Boolean instance.DropShapes = value value = instance.DropShapes
public bool DropShapes {get; set;}
@property (nonatomic, assign) BOOL dropShapes
public boolean getDropShapes() public void setDropShapes(boolean value)
<br/>get_DropShapes();<br/>set_DropShapes(value);<br/>Object.defineProperty('DropShapes');
Creating an SVG document with text only is desired in certain scenarios. For example, if the application loads SVG document to parse the text values and store them in an external database for text search purposes, then setting the value of DropImages and DropShapes to true while leaving DropText as false will speed up the loading operation and elements not required will be discarded. This is especially useful if the original SVG document contains image elements which may use a lot of memory and disk space.
For an example, refer to DropImages.