CPDFConverterSearchablePDF Class

Operation object (derived from CPDFConverter) creates a searchable PDF from a PDF of an image, such as a scanned document.

Definition

Namespace: ComPDFKit_Conversion.Converter
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public class CPDFConverterSearchablePDF : CPDFConverter
Inheritance
Object    CPDFConverter    CPDFConverterSearchablePDF

Constructors

CPDFConverterSearchablePDF Initializes a CPDFConverterSearchablePDF object with the contents at the specified file path.

Properties

IsConverting Returns a bool value indicating whether a conversion operation is in progress.
(Inherited from CPDFConverter)

Methods

Cancel Cancels the conversion task.
(Overrides CPDFConverterCancel)
Convert Starts the conversion.
GetPagesCount Gets the total count of document pages.
(Inherited from CPDFConverter)

See Also