Class VisioStencilConvert
Visio stencil converter is used to convert Visio stencils (*.vss) into diagram palette files (*edp) and load into palette GroupBar control.
Inheritance
System.Object
VisioStencilConvert
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class VisioStencilConvert : IDisposable
Constructors
VisioStencilConvert()
Initializes a new instance of the VisioStencilConvert class.
Declaration
public VisioStencilConvert()
VisioStencilConvert(String, Boolean)
Initializes a new instance of the VisioStencilConvert class.
Declaration
public VisioStencilConvert(string strFileName, bool ignoreStyles)
Parameters
Type | Name | Description |
---|---|---|
System.String | strFileName | Name of the file. |
System.Boolean | ignoreStyles | Ignore styles, if set to true. |
VisioStencilConvert(String, String, Boolean)
Initializes a new instance of the VisioStencilConvert class.
Declaration
public VisioStencilConvert(string strFileName, string strTempDir, bool ignoreStyles)
Parameters
Type | Name | Description |
---|---|---|
System.String | strFileName | Name of the file. |
System.String | strTempDir | The temp dir. |
System.Boolean | ignoreStyles | Ignore styles, if set to true. |
Properties
HashMasterScale
Gets the hash master scale.
Declaration
protected Hashtable HashMasterScale { get; }
Property Value
Type | Description |
---|---|
System.Collections.Hashtable | The hash master scale. |
Methods
Convert()
Converts this instance.
Declaration
public SymbolPalette Convert()
Returns
Type | Description |
---|---|
SymbolPalette | Symbol Palette. |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable