Click or drag to resize

Page Class

A page inside an existing PDF document. Obtained through the [!:Pages::Item] property of the Pages class.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.PdfPage

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Page : IDisposable

The Page type exposes the following members.

Properties
  NameDescription
Public propertyArtBox
Gets the the dimensions of the page's meaningful content intended by the page's creator.
Public propertyBleedBox
Gets the dimensions to which the page should be clipped in a production environment.
Public propertyCropBox
Gets the maximum imageable area of the physical medium on which the page is to be printed.
Public propertyCode exampleHeight
Gets the viewer height of this page in points.
Public propertyMediaBox
Gets the maximum imageable area of the physical medium.
Public propertyRotate

Gets the counter-clockwise rotation in degrees that the viewer should apply to the page.

Public propertySingleImageOnly
Gets a value indicating if the content of this PDF page consists of a single image only.
Public propertyTrimBox

Gets the dimensions of the finished page after trimming.

Public propertyCode exampleWidth
Gets the viewer width of this page in points.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Page
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Page and optionally releases the managed resources
Public methodCode exampleDraw(Graphics)
Draws the page content using default page boundary and render settings.
Public methodDraw(Graphics, PageBoundary)
Draws the page content using default render settings.
Public methodDraw(Graphics, RenderSettings)
Draws the page content using default page boundary.
Public methodDraw(Graphics, PageBoundary, RenderSettings)
Draws the page content.
Public methodDraw(Graphics, PageBoundary, RenderSettings, Int32)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodCode exampleExtractImages
Extracts all images on this page.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also