The PdfTextExtract type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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 | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (Inherited from Object.) |
See Also