CloudmersiveConvertClient.ConvertImageGetImageInfoAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get information about an image
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetImageInfoResult> ConvertImageGetImageInfoAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertImageGetImageInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetImageInfoResult>
override this.ConvertImageGetImageInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetImageInfoResult>
Public Overridable Function ConvertImageGetImageInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetImageInfoResult)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get information about an image response.
Remarks
Get details from an image such as size, format and MIME type, compression, EXIF data such as location, DPI, unique colors, transparency information, and more