Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgMergeOptions Class : DestinationDropFlags Property |
public SvgDropFlags DestinationDropFlags {get; set;}
'Declaration
Public Property DestinationDropFlags As SvgDropFlags
'Usage
Dim instance As SvgMergeOptions Dim value As SvgDropFlags instance.DestinationDropFlags = value value = instance.DestinationDropFlags
@property (nonatomic, assign) LTSvgDropFlags destinationDropFlags
public int getDestinationDropFlags() public void setDestinationDropFlags(int svgDropFlags)
public: property SvgDropFlags DestinationDropFlags { SvgDropFlags get(); void set ( SvgDropFlags value); }
Use this value to drop (ignore) element types in the destination document when merging. For example, to ignore all of the image elements from the destination document from the resulting SVG, add SvgDropFlags.Images to this value.
When calling SvgDocument.MergeWith, the source document is the SVG document passed to the method and the destination document is the object itself.