Initializes new instance of
FileName class.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic FileName(
string fileName
)
Public Sub New (
fileName As String
)
public:
FileName(
String^ fileName
)
new :
fileName : string -> FileName
Parameters
- fileName
- Type: SystemString
The name of the file.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when fileName is null. |
See Also