Click or drag to resize

ITextDocumentControllerCanAcceptImageFileName Method

Tests if the provided file name could be accepted as an image.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool CanAcceptImageFileName(
	string fileName
)

Parameters

fileName  String
Name of the file.

Return Value

Boolean
True if the name could be accepted; false otherwise.
See Also