public class PdfTextExtractPublic Class PdfTextExtractpublic ref class PdfTextExtracttype PdfTextExtract = class end| PdfTextExtract | The PDF text extractor constructor |
| MaxRunTime | The maximum time to run the PDF text extraction |
| OwnerPassword | The password to open the PDF document in owner mode |
| PageBreaksEnabled | Controls if a special character is inserted in the extracted text to mark the page breaks from the source PDF document |
| PdfInfo | Gets the object encapsulating the PDF document properties. This objects is populated after tool execution finished |
| SerialNumber | The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode |
| TextExtractMode | The text extraction mode |
| UserPassword | The password to open the PDF document in user mode |
| Equals | (Inherited from Object) |
| ExtractText(Byte) | Call this method to extract the text from a PDF document contained in a memory buffer |
| ExtractText(Stream) | Call this method to extract the text from a PDF document contained in a stream |
| ExtractText(String) | Call this method to extract the text from a PDF file |
| ExtractText(Byte, Int32) | Call this method to extract the text from a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document |
| ExtractText(Stream, Int32) | Call this method to extract the text from a PDF document contained in a stream starting from a PDF page number to the end of the PDF document |
| ExtractText(String, Int32) | Call this method to extract the text from a PDF file starting from a PDF page number to the end of the PDF document |
| ExtractText(Byte, Int32, Int32) | Call this method to extract the text from a range of pages of a PDF document contained in a memory buffer |
| ExtractText(Stream, Int32, Int32) | Call this method to extract the text from a range of pages of a PDF document contained in a stream |
| ExtractText(String, Int32, Int32) | Call this method to extract the text from a range of pages of a PDF file |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| PdfPageCount(Byte) | Call this method to get the page count of a PDF document contained in a memory buffer |
| PdfPageCount(Stream) | Call this method to get the page count of a PDF document contained in a stream |
| PdfPageCount(String) | Call this method to get the page count of a PDF file |
| SearchText(Byte, String, Boolean, Boolean) | Call this method to search text in a PDF document contained in a memory buffer |
| SearchText(Stream, String, Boolean, Boolean) | Call this method to search a text in a PDF document contained in a stream |
| SearchText(String, String, Boolean, Boolean) | Call this method to search a text in a PDF file |
| SearchText(Byte, String, Int32, Boolean, Boolean) | Call this method to search text in a PDF document contained in a memory buffer starting from a PDF page number to the end of the PDF document |
| SearchText(Stream, String, Int32, Boolean, Boolean) | Call this method to search a text in a PDF document contained in a stream starting from a PDF page number to the end of the PDF document |
| SearchText(String, String, Int32, Boolean, Boolean) | Call this method to search a text in a PDF file starting from a PDF page number to the end of the PDF document |
| SearchText(Byte, String, Int32, Int32, Boolean, Boolean) | Call this method to search text in a range of pages of a PDF document contained in a memory buffer |
| SearchText(Stream, String, Int32, Int32, Boolean, Boolean) | Call this method to search a text in a range of pages of a PDF document contained in a stream |
| SearchText(String, String, Int32, Int32, Boolean, Boolean) | Call this method search a text in a range of pages of a PDF file |
| SetRdaFilePath | Call this method with the fully qualified name of HiQPdf.rda when this file is installed in a different folder from the HiQPdf.dll folder |
| ToString | (Inherited from Object) |
| PageBreakChar | The character to mark the page breaks in the extracted text |