Click or drag to resize
Pdftools logo

Page Class

The page of an image document

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.ImagePage

Namespace: PdfTools.Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public class Page : NativeObject

The Page type exposes the following members.

Properties
 NameDescription
Public propertyResolution

The resolution of the page

The resolution can be if the image does not specify a resolution.
Public propertySize

The size of the page in number of pixels

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also