PdfToTextConversionInfo Class

Holds information about the result of a PDF to Text conversion. This object is populated after the conversion completes and is exposed via the ConversionInfo property of the PDF to Text converter.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
C#
public class PdfToTextConversionInfo
Inheritance
Object    PdfToTextConversionInfo

Constructors

PdfToTextConversionInfoInitializes a new instance of the PdfToTextConversionInfo class

Properties

PageCount Gets the number of PDF pages within the specified range that were converted to text

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also