Click or drag to resize
Pdftools logo

Archive Class

The profile to convert PDF documents to TIFF images for archiving

This profile is suitable for archiving PDF documents as rasterized images.

The output format is TIFF and cannot be changed. Several compression types are configurable through ImageOptions.

By default,

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2Image.ProfilesProfile
        PdfTools.Pdf2Image.ProfilesArchive

Namespace: PdfTools.Pdf2Image.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class Archive : Profile

The Archive type exposes the following members.

Constructors
 NameDescription
Public methodArchive 
Top
Properties
 NameDescription
Public propertyContentOptions

The parameters how to render PDF content elements


(Inherited from Profile)
Public propertyImageOptions

The settings for the output TIFF

Defines the compression algorithm of the TIFF output image.

Supported types are:

Default: TiffLzwImageOptions

Public propertyImageSectionMapping

The image section mapping

This property defines the resolution of the output images.

Default: 300 DPI.

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