| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GenerateAdjustmentFields(AdjustmentFieldsOptions) |
Generates fields for automatic adjustment of template position and scale. |
| GeneratePreview(PreviewOptions) |
Get pages preview. |
| GetBarcodes() |
Extracts barcodes from the document. |
| GetBarcodes(BarcodeOptions) |
Extracts barcodes from the document using customization options. |
| GetBarcodes(int) |
Extracts barcodes from the document page. |
| GetBarcodes(int, BarcodeOptions) |
Extracts barcodes from the document page using customization options. |
| GetContainer() |
Extracts a container object from the document to work with formats that contain attachments, ZIP archives etc. |
| GetDocumentInfo() |
Returns the general information about the document. |
| GetFormattedText(FormattedTextOptions) |
Extracts a formatted text from the document. |
| GetFormattedText(int, FormattedTextOptions) |
Extracts a formatted text from the document page. |
| GetHighlight(int, bool, HighlightOptions) |
Extracts a highlight from the document. |
| GetHyperlinks() |
Extracts hyperlinks from the document. |
| GetHyperlinks(int) |
Extracts hyperlinks from the document page. |
| GetHyperlinks(PageAreaOptions) |
Extracts hyperlinks from the document using customization options (to set the rectangular area that contains hyperlinks). |
| GetHyperlinks(int, PageAreaOptions) |
Extracts hyperlinks from the document page using customization options (to set the rectangular area that contains hyperlinks). |
| GetImages() |
Extracts images from the document. |
| GetImages(int) |
Extracts images from the document page. |
| GetImages(PageAreaOptions) |
Extracts images from the document using customization options (to set the rectangular area that contains images). |
| GetImages(int, PageAreaOptions) |
Extracts images from the document page using customization options (to set the rectangular area that contains images). |
| GetMetadata() |
Extracts metadata from the document. |
| GetPagePreview(int) |
Generates a document page preview. |
| GetPagePreview(int, PagePreviewOptions) |
Generates a document page preview using customization options. |
| GetStructure() |
Extracts a structured text from the document. |
| GetTables() |
Extracts tables from the document. |
| GetTables(int) |
Extracts tables from the document page. |
| GetTables(PageTableAreaOptions) |
Extracts tables from the document. |
| GetTables(int, PageTableAreaOptions) |
Extracts tables from the document page. |
| GetText() |
Extracts a text from the document. |
| GetText(int) |
Extracts a text from the document page. |
| GetText(TextOptions) |
Extracts a text page from the document using text options (to enable raw fast text extraction mode). |
| GetText(int, TextOptions) |
Extracts a text from the document page using text options (to enable raw fast text extraction mode). |
| GetTextAreas() |
Extracts text areas from the document. |
| GetTextAreas(int) |
Extracts text areas from the document page. |
| GetTextAreas(PageTextAreaOptions) |
Extracts text areas from the document using customization options (regular expression, match case, etc.). |
| GetTextAreas(int, PageTextAreaOptions) |
Extracts text areas from the document page using customization options (regular expression, match case, etc.). |
| GetToc() |
Extracts a table of contents from the document. |
| GetWorksheetCells(int) |
Extracts worksheet cells. |
| GetWorksheetCells(int, WorksheetOptions) |
Extracts worksheet cells using customization options. |
| GetWorksheetInfo() |
Extracts the info about all worksheets in the spreadsheet. |
| GetWorksheetInfo(int) |
Extracts the info about the worksheet. |
| ParseByTemplate(Template) |
Parses the document by the user-generated template. |
| ParseByTemplate(Template, ParseByTemplateOptions) |
Parses the document by the user-generated template using customization options. |
| ParseByTemplate(TemplateCollection, ParseByTemplateOptions) |
Selects the most suitable template from the provided collection and then parses the document against the selected template. |
| ParseForm() |
Parses the document form. |
| Search(string) |
Searches a keyword in the document. |
| Search(string, SearchOptions) |
Searches a keyword in the document using search options (regular expression, match case, etc.). |
| static GetFileInfo(Stream) |
Returns the general information about a file. |
| static GetFileInfo(string) |
Returns the general information about a file. |
| static GetFileInfo(Stream, LoadOptions) |
Returns the general information about a file. |
| static GetFileInfo(string, LoadOptions) |
Returns the general information about a file. |