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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
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