ITextDocumentControllerCanAcceptImageFileName Method |
Tests if the provided file name could be accepted as an image.
Namespace: Altaxo.Gui.Text.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool CanAcceptImageFileName(
string fileName
)
Parameters
- fileName String
- Name of the file.
Return Value
BooleanTrue if the name could be accepted; false otherwise.
See Also