CloudmersiveConvertClient.ConvertDocumentPdfToPngSingleAsync 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.
Convert PDF to Single PNG image
public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentPdfToPngSingleAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentPdfToPngSingleAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentPdfToPngSingleAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentPdfToPngSingleAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert PDF to Single PNG image response.
Remarks
Convert PDF document to a single tall PNG image, by stacking/concatenating the images vertically into a single "tall" image