Class PdfExportParams
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
PdfMetadataencryption
PdfEncryptioncompat
PdfCompat
Properties
Compat
public PdfCompat Compat { get; init; }
Property Value
Encryption
public PdfEncryption Encryption { get; init; }
Property Value
Metadata
public PdfMetadata Metadata { get; init; }