Table of Contents

Class PdfMetadata

Namespace
NAPS2.Pdf
Assembly
NAPS2.Sdk.dll

Represents standard PDF metadata (e.g. author, subject, title).

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

Properties

Author

public string Author { get; init; }

Property Value

string

Creator

public string Creator { get; init; }

Property Value

string

Keywords

public string Keywords { get; init; }

Property Value

string

Subject

public string Subject { get; init; }

Property Value

string

Title

public string Title { get; init; }

Property Value

string