Page Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a PDF page.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.FixedLayoutPage

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Page : UndefinedResource

The Page type exposes the following members.

Constructors

  NameDescription
Public methodCode examplePage
Initializes a new instance of the Page class.
Public methodCode examplePage(Boundary)
Initializes a new instance of the Page class.
Public methodCode examplePage(PageBoundary)
Initializes a new instance of the Page class.
Top
Properties

  NameDescription
Public propertyAnnotations
Gets the annotations.
Public propertyAssociatedFiles
Gets the associated files.
Public propertyBoundary
The page's boundary.
Public propertyBoxStyle
Gets or sets the box style.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyContent
Gets the page content.
Public propertyElements
Gets the content elements enumerator.
Public propertyResources
Gets the resources.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyCode exampleRotate
Gets or sets the number of degrees by which the page shall be rotated clockwise when displayed or printed.
Public propertyTextExtractor
Gets the text extractor.
Top
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