HtmlViewOptionsForEmbeddedResources Method (String) |
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic static HtmlViewOptions ForEmbeddedResources(
string filePathFormat
)
Public Shared Function ForEmbeddedResources (
filePathFormat As String
) As HtmlViewOptions
public:
static HtmlViewOptions^ ForEmbeddedResources(
String^ filePathFormat
)
static member ForEmbeddedResources :
filePathFormat : string -> HtmlViewOptions
Parameters
- filePathFormat
- Type: SystemString
The file path format e.g. 'page_{0}.html'.
Return Value
Type:
HtmlViewOptions
ExceptionsException | Condition |
---|
ArgumentException | Thrown when filePathFormat is null or empty. |
See Also