CFF2ImageLoadMessageFile Method (String)

Loads a message file from the specified path.

Namespace:  Aspose.CAD.FileFormats.CFF2
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void LoadMessageFile(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path of the message file.
See Also