HTMLSaveOptions class
HTMLSaveOptions class
Allows to specify additional options when rendering diagram pages to HTML.
Inheritance: HTMLSaveOptions → RenderingSaveOptions → SaveOptions
The HTMLSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
HTMLSaveOptions() | Initializes a new instance of this class that can be used to save a document in the SaveFileFormat format. |
Properties
Property | Description |
---|---|
save_format | Specifies the format in which the rendered diagram pages will be saved if this save options object is used. Can be SaveFileFormat only. |
default_font | When characters in the diagram are unicode and not be set with correct font value or the font is not installed locally, they may appear as block in pdf, image or XPS. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. |
warning_callback | Gets or sets warning callback. |
page_size | Gets or sets the page size for the generated images. Can be PageSize or null. |
shapes | Gets or sets shapes to render. Default count is 0. |
area | Gets or sets the area of the shapes will be saved . |
export_guide_shapes | Defines whether need exporting the guide shapes or not. |
is_export_comments | Defines whether need exporting the comments or not. |
enlarge_page | Specifies whether enlarge page . |
emf_render_setting | Setting for rendering Emf metafile. |
title | Gets or sets the title of diagram to render in HTML. If Title is null Diagram.DocumentProperties.Title DocumentProperties will be used as Title. If Diagram.DocumentProperties.Title is null or empty the file name of Diagram will be used as Title. |
page_count | Gets or sets the number of pages to render in HTML. Default is MaxValue which means all pages of the diagram will be rendered. |
save_tool_bar | Specifies whether saving toolbar The default value is true. |
page_index | Gets or sets the 0-based index of the first page to render. Default is 0. |
export_hidden_page | Defines whether need exporting the hidden page or not. |
save_title | Defines whether need exporting the title or not. |
save_foreground_pages_only | Specifies whether all pages will be saved in image or only foreground. |
stream_provider | Gets or sets the IStreamProvider for exporting objects. |
save_as_single_file | Indicates whether save the html as single file. The default value is false. |
resolution | Gets or sets the resolution for the generated html, in dots per inch. |
Methods
Method | Description |
---|---|
create_save_options(save_format) | Creates a save options object of a class suitable for the specified save format. |
See Also
- module aspose.diagram.saving
- class RenderingSaveOptions