Click or drag to resize
Pdftools logo

SinglePageDocument Class

The image document of an image format that only supports single-page images

This class is used for the following image formats:
  • JPEG
  • BMP
  • GIF
  • HEIC/HEIF
  • PNG
  • JBIG2
  • JPEG2000
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.ImageDocument
        PdfTools.ImageSinglePageDocument

Namespace: PdfTools.Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public class SinglePageDocument : Document

The SinglePageDocument type exposes the following members.

Properties
 NameDescription
Public propertyPage

The page of the image

Top
Methods
 NameDescription
Public methodDispose

Close the object.

Release all resources associated with the object.
(Inherited from Document)
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also