JpgViewOptions Constructor (String) |
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic JpgViewOptions(
string filePathFormat
)
Public Sub New (
filePathFormat As String
)
public:
JpgViewOptions(
String^ filePathFormat
)
new :
filePathFormat : string -> JpgViewOptions
Parameters
- filePathFormat
- Type: SystemString
The file path format e.g. 'page_{0}.jpg'.
ExceptionsException | Condition |
---|
ArgumentException | Thrown when filePathFormat is null or empty. |
See Also