PdfToTextConverterConversionInfo Property

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public PdfToTextConversionInfo ConversionInfo { get; }

Property Value

PdfToTextConversionInfo

See Also