LoadSaveOptions
Contents
[
Hide
]
LoadSaveOptions class
Specifies additional options for loading and saving of a document to be assembled.
public class LoadSaveOptions
Constructors
Name | Description |
---|---|
LoadSaveOptions() | Creates a new instance of this class without any properties specified. |
LoadSaveOptions(FileFormat) | Creates a new instance of this class with the specified file format to save an assembled document to. |
Properties
Name | Description |
---|---|
ResourceLoadBaseUri { get; set; } | Gets or sets a base URI to resolve external resource files’ relative URIs to absolute ones while loading an HTML template document to be assembled and saved to a non-HTML format. The default value is an empty string. |
ResourceSaveFolder { get; set; } | Gets or sets a path to a folder to store external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. The default value is an empty string. |
SaveFormat { get; set; } | Gets or sets a file format to save an assembled document to. Unspecified is the default. |
See Also
- namespace GroupDocs.Assembly
- assembly GroupDocs.Assembly