PdfToTextConverterConversionInfo Property

Gets information about the last PDF to Text 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 PdfToTextConversionInfo ConversionInfo { get; }

Property Value

PdfToTextConversionInfo

See Also