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.3261.0 (4.8.3261.0)
Syntaxbool CanAcceptImageFileName(
string fileName
)
Parameters
- fileName String
- Name of the file.
Return Value
BooleanTrue if the name could be accepted; false otherwise.
See Also