Diagram.Diagram
Contents
[
Hide
]Diagram()
The default constructor.
public Diagram()
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(string)
Public class constructor, loads the diagram from the file.
public Diagram(string filename)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(Stream)
Public class constructor, loads the diagram from the stream.
public Diagram(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The data stream. |
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(string, LoadFileFormat)
Public class constructor, loads the diagram from the file using predefined format.
public Diagram(string filename, LoadFileFormat format)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
format | LoadFileFormat | The file format. |
See Also
- enum LoadFileFormat
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(Stream, LoadFileFormat)
Public class constructor, loads the diagram from the stream using predefined format.
public Diagram(Stream stream, LoadFileFormat format)
Parameter | Type | Description |
---|---|---|
stream | Stream | The data stream. |
format | LoadFileFormat | The data load file format . |
See Also
- enum LoadFileFormat
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(string, LoadOptions)
Public class constructor, loads the diagram from the file using predefined load file options.
public Diagram(string filename, LoadOptions options)
Parameter | Type | Description |
---|---|---|
filename | String | The file name. |
options | LoadOptions | The data load options . |
See Also
- class LoadOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Diagram(Stream, LoadOptions)
Public class constructor, loads the diagram from the stream using predefined load file options.
public Diagram(Stream stream, LoadOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | The data stream. |
options | LoadOptions | The data load options . |
See Also
- class LoadOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram