Class XmpPdfMetadata
Adobe PDF namespace - This namespace specifies properties used with Adobe PDF documents.
Assembly: FacturXDotNet.dll
csharp
public class XmpPdfMetadata
Properties
Keywords
Keywords.
csharp
public string? Keywords { get; set; }
PdfVersion
The PDF file version (for example: 1.0, 1.3, and so on).
csharp
public string? PdfVersion { get; set; }
Producer
The name of the tool that created the PDF document.
csharp
public string? Producer { get; set; }
Trapped
True when the document has been trapped.
csharp
public bool? Trapped { get; set; }