Click or drag to resize
Pdftools logo

Profile Class

The base class for PDF to image conversion profiles

The profile defines how the PDF pages are rendered and what type of output image is used. A profile implements the converter settings suitable for a practical use case, e.g. create images for sending over Facsimile, for viewing, or for archiving.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2Image.ProfilesProfile
        PdfTools.Pdf2Image.ProfilesArchive
        PdfTools.Pdf2Image.ProfilesFax
        PdfTools.Pdf2Image.ProfilesViewing

Namespace: PdfTools.Pdf2Image.Profiles
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public abstract class Profile : NativeObject

The Profile type exposes the following members.

Properties
 NameDescription
Public propertyContentOptions

The parameters how to render PDF content elements

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