AtalaImageToString Method |
Returns a textual description of this AtalaImage object.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String A string containing the width, height and pixel format of this image.
See Also