Class PdfMetadata
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
Creator
public string Creator { get; init; }
Property Value
Keywords
public string Keywords { get; init; }
Property Value
Subject
public string Subject { get; init; }
Property Value
Title
public string Title { get; init; }