CloudmersiveConvertClient.ConvertImageImageFormatConvertAsync 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.
Image format conversion
public virtual System.Threading.Tasks.Task<byte[]> ConvertImageImageFormatConvertAsync(string inputFileFormatAsA3LetterFileExtensionYouCanAlsoProvide, string outputConvertToThisFormatFileFormatAsA3LetterFileExtens, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertImageImageFormatConvertAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertImageImageFormatConvertAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertImageImageFormatConvertAsync (inputFileFormatAsA3LetterFileExtensionYouCanAlsoProvide As String, outputConvertToThisFormatFileFormatAsA3LetterFileExtens As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- inputFileFormatAsA3LetterFileExtensionYouCanAlsoProvide
- String
Input file format as a 3+ letter file extension. You can also provide
- outputConvertToThisFormatFileFormatAsA3LetterFileExtens
- String
Output (convert to this format) file format as a 3+ letter file extens
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Image format conversion response.
Remarks
Convert between over 100 file formats, including key formats such as Photoshop (PSD), PNG, JPG, GIF, NEF, and BMP.