Click or drag to resize
Pdftools logo

Default Class

The default profile for image to PDF conversion

This profile is suitable for the conversion of input images to PDF.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Image2Pdf.ProfilesProfile
        PdfTools.Image2Pdf.ProfilesDefault

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

The Default type exposes the following members.

Constructors
 NameDescription
Public methodDefault 
Top
Properties
 NameDescription
Public propertyConformance

The PDF conformance of the output document

All PDF conformances are supported. For PDF/A the Archive profile must be used.

Default value: "PDF 1.7"

Public propertyImageOptions

The image conversion options


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