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 |