HtmlViewOptionsForExternalResources Method |
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic static HtmlViewOptions ForExternalResources()
Public Shared Function ForExternalResources As HtmlViewOptions
public:
static HtmlViewOptions^ ForExternalResources()
static member ForExternalResources : unit -> HtmlViewOptions
Return Value
Type:
HtmlViewOptions
Remarks
This constructor initializes new instance of
HtmlViewOptions
- with "p_{0}.html" as file path format for the output HTML files;
- with "p_{0}_{1}" as file path format for the output HTML-resource files;
- with "p_{0}_{1}" as URL format for HTML-resources;
The output files will be placed into current working directory of the application.
See Also