Table of Contents

Class PdfExportParams

Namespace
NAPS2.Pdf
Assembly
NAPS2.Sdk.dll

Additional parameters for exporting PDFs (metadata, encryption, compatibility).

public record PdfExportParams : IEquatable<PdfExportParams>
Inheritance
PdfExportParams
Implements
Inherited Members

Constructors

PdfExportParams()

public PdfExportParams()

PdfExportParams(PdfMetadata, PdfEncryption, PdfCompat)

public PdfExportParams(PdfMetadata metadata, PdfEncryption encryption, PdfCompat compat)

Parameters

metadata PdfMetadata
encryption PdfEncryption
compat PdfCompat

Properties

Compat

public PdfCompat Compat { get; init; }

Property Value

PdfCompat

Encryption

public PdfEncryption Encryption { get; init; }

Property Value

PdfEncryption

Metadata

public PdfMetadata Metadata { get; init; }

Property Value

PdfMetadata