Example:
var aspose = aspose || {}; aspose.diagram = require("aspose.diagram"); loadOptions = new aspose.diagram.LoadOptions(aspose.diagram.LoadFileFormat.VSX); vsxDiagram = new aspose.diagram.Diagram("LoadSaveConvert.vsx", loadOptions);
Constructor Summary |
---|
LoadOptions()
Initializes a new instance of this class with default values. |
LoadOptions(format)
Initializes a new instance of this class with the format specified. |
Property Getters/Setters Summary | ||
---|---|---|
function | getLoadFormat() | |
function | setLoadFormat(value) | |
Specifies the format of the diagram to be loaded. Default is |
||
function | getPages() | |
function | setPages(value) | |
Specifies the index of the pages to be loaded. |
Constructor Detail |
---|
function LoadOptions()
function LoadOptions(format)
format: Number
- A Property Getters/Setters Detail |
---|
getLoadFormat/setLoadFormat : Number | |
function getLoadFormat() / function setLoadFormat(value) |
getPages/setPages : ArrayList | |
function getPages() / function setPages(value) |