Click or drag to resize
Pdftools logo

MultiPageDocument Class

The image document of an image format that supports multi-page images

This class is used for TIFF images, which can contain one or more pages.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.ImageDocument
        PdfTools.ImageMultiPageDocument

Namespace: PdfTools.Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
Syntax
C#
public class MultiPageDocument : Document

The MultiPageDocument type exposes the following members.

Properties
 NameDescription
Public propertyPages

The pages 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