Apitron.PDF.Kit library for .NET
Top
The Page type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears content of the page.
| |
ConvertToHtml(TextExtractionOptions, Boolean) |
Converts the page to HTML by combining content returned by ExtractText(TextExtractionOptions, Boolean) and ExtractDrawings(Resolution).
A default 72 dpi resolution will be used.
| |
ConvertToHtml(Resolution, TextExtractionOptions, Boolean) |
Converts the page to HTML by combining content returned by ExtractText(TextExtractionOptions, Boolean) and ExtractDrawings(Resolution).
| |
CreateFromImage(Stream, ResourceManager, FromImagePageSettings, Int32) |
Creates a page from the specified image.
| |
CreateFromImage(String, ResourceManager, FromImagePageSettings, Int32) |
Creates a page from the specified image.
| |
Export |
Exports the specified page(if it needed) to the new instance that is acceptable for the destination document.
| |
ExtractDrawings |
Extracts vector drawings and images from page as INumerable containing ImageInfo instances.
Text will be ignored. For text extraction use ExtractText(TextExtractionOptions, Boolean).
| |
ExtractImages |
Extracts images from the page.
| |
ExtractText(TextExtractionOptions, Boolean) |
Extracts text from the page.
| |
ExtractText(Resolution, TextExtractionOptions, Boolean) |
Extracts text from the page.
| |
GetFields |
Gets the fields appeared on the page.
| |
GetLabel |
Gets the page's label according to the PageLabels values.
| |
Resize |
Changes size of the page.
| |
Transform |
Adds an initial content transfomation.
|
See Also