←Select platform

DestinationDropFlags Property

Summary
Gets or sets a value that indicates which element types from the destination document to drop (ignore) when merging.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public SvgDropFlags DestinationDropFlags { get; set; } 
@property (nonatomic, assign) LTSvgDropFlags destinationDropFlags; 
public int getDestinationDropFlags() 
public void setDestinationDropFlags(int svgDropFlags) 
public: 
property SvgDropFlags DestinationDropFlags { 
   SvgDropFlags get(); 
   void set (    SvgDropFlags ); 
} 
DestinationDropFlags # get and set (SvgMergeOptions) 

Property Value

A value that indicates which element types from the destination document to drop (ignore) when merging. The default value is SvgDropFlags.None, which means no elements are dropped.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.