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 > SvgDocument Class : MergeWith Method |
public void MergeWith( SvgDocument document, SvgMergeOptions options )
'Declaration
Public Sub MergeWith( _ ByVal document As SvgDocument, _ ByVal options As SvgMergeOptions _ )
'Usage
Dim instance As SvgDocument Dim document As SvgDocument Dim options As SvgMergeOptions instance.MergeWith(document, options)
- (BOOL)mergeWithDocument:(LTSvgDocument *)document options:(nullable LTSvgMergeOptions *)options error:(NSError **)error
public void mergeWith(SvgDocument document, SvgMergeOptions options)
public: void MergeWith( SvgDocument^ document, SvgMergeOptions^ options )
Use MergeWith to create a new SVG document from the union of the elements of the current and a source SVG document. After this method returns, the current SvgDocument object will contain all the current elements as well as the elements from the document.
The elements of document are placed on top of the current elements in this SvgDocument if any element occupies the same bounding rectangle.
Use the values of options to control which elements in this SvgDocument (the destination document) and document (the source document) to ignore during merging.