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