Page Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The Page type exposes the following members.

Methods

  NameDescription
Public methodCode exampleClear
Clears content of the page.
Public methodCode exampleConvertToHtml(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.
Public methodCode exampleConvertToHtml(Resolution, TextExtractionOptions, Boolean)
Converts the page to HTML by combining content returned by ExtractText(TextExtractionOptions, Boolean) and ExtractDrawings(Resolution).
Public methodStatic memberCode exampleCreateFromImage(Stream, ResourceManager, FromImagePageSettings, Int32)
Creates a page from the specified image.
Public methodStatic memberCode exampleCreateFromImage(String, ResourceManager, FromImagePageSettings, Int32)
Creates a page from the specified image.
Public methodStatic memberExport
Exports the specified page(if it needed) to the new instance that is acceptable for the destination document.
Public methodCode exampleExtractDrawings
Extracts vector drawings and images from page as INumerable containing ImageInfo instances. Text will be ignored. For text extraction use ExtractText(TextExtractionOptions, Boolean).
Public methodExtractImages
Extracts images from the page.
Public methodExtractText(TextExtractionOptions, Boolean)
Extracts text from the page.
Public methodExtractText(Resolution, TextExtractionOptions, Boolean)
Extracts text from the page.
Public methodGetFields
Gets the fields appeared on the page.
Public methodGetLabel
Gets the page's label according to the PageLabels values.
Public methodCode exampleResize
Changes size of the page.
Public methodCode exampleTransform
Adds an initial content transfomation.
Top
See Also

Reference