Class MetadataOptions
Descriptive metadata embedded in the generated PDF.
public class MetadataOptions
- Inheritance
-
MetadataOptions
- Inherited Members
Properties
Author
public string? Author { get; set; }
Property Value
CreationDate
public DateTime? CreationDate { get; set; }
Property Value
Creator
public string? Creator { get; set; }
Property Value
Keywords
public string? Keywords { get; set; }
Property Value
Producer
public string? Producer { get; set; }
Property Value
Subject
public string? Subject { get; set; }
Property Value
Title
public string? Title { get; set; }