PdfToImageConverterConversionInfo Property

Gets information about the last PDF to Image conversion. Populated after the conversion completes successfully, otherwise it is null

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
C#
public PdfToImageConversionInfo ConversionInfo { get; }

Property Value

PdfToImageConversionInfo

See Also