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

Show in webframe

SourceDropFlags Property






Gets or sets a value that indicates which element types from the source document to drop (ignore) when merging.
Syntax
public SvgDropFlags SourceDropFlags {get; set;}
'Declaration
 
Public Property SourceDropFlags As SvgDropFlags
'Usage
 
Dim instance As SvgMergeOptions
Dim value As SvgDropFlags
 
instance.SourceDropFlags = value
 
value = instance.SourceDropFlags
@property (nonatomic, assign) LTSvgDropFlags sourceDropFlags
public int getSourceDropFlags()
public void setSourceDropFlags(int svgDropFlags)
            
public:
property SvgDropFlags SourceDropFlags {
   SvgDropFlags get();
   void set (    SvgDropFlags value);
}

Property Value

A value that indicates which element types from the source 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 source document when merging. For example, to ignore all image elements from the source document in 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

See Also

Reference

SvgMergeOptions Class
SvgMergeOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features