Skip to main content

PdfMetadata Class

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Document metadata.

public class PdfMetadata

Inheritance: object -> PdfMetadata

Constructors

NameDescription
PdfMetadataNo summary available.

PdfMetadata Constructor

public PdfMetadata()

Properties

NameDescription
AuthorNo summary available.
CreationDateNo summary available.
CreatorNo summary available.
KeywordsNo summary available.
ModificationDateNo summary available.
ProducerNo summary available.
SubjectNo summary available.
TitleNo summary available.

Author Property

public string Author { get; set; }

CreationDate Property

public Nullable<DateTime> CreationDate { get; set; }

Creator Property

public string Creator { get; set; }

Keywords Property

public string Keywords { get; set; }

ModificationDate Property

public Nullable<DateTime> ModificationDate { get; set; }

Producer Property

public string Producer { get; set; }

Subject Property

public string Subject { get; set; }

Title Property

public string Title { get; set; }