ImageGetCanNotSaveMessage Method |
Gets the can not save message.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxprotected virtual string GetCanNotSaveMessage(
ImageOptionsBase optionsBase
)
Protected Overridable Function GetCanNotSaveMessage (
optionsBase As ImageOptionsBase
) As String
protected:
virtual String^ GetCanNotSaveMessage(
ImageOptionsBase^ optionsBase
)
abstract GetCanNotSaveMessage :
optionsBase : ImageOptionsBase -> string
override GetCanNotSaveMessage :
optionsBase : ImageOptionsBase -> string
Parameters
- optionsBase
- Type: Aspose.ImagingImageOptionsBase
The image options.
Field Value
Type:
String
The can not save message.
Return Value
Type:
String
The can not save message.
See Also