API Reference
Class
PdfMetadata
Basic PDF document metadata extracted from the Info dictionary.
Inheritance
- Object
- PdfMetadata
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfDocumentInfo.Metadata
- Property PdfDocumentReadResult.Metadata
- Property PdfReadDocument.Metadata
Accepted by parameters
- Method PdfDocument.ReplaceMetadata
- Method PdfDocument.TryReplaceMetadata
Constructors
public PdfMetadata() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Keywords { get; set; } #Document keywords.
public Nullable<PdfTrappingStatus> TrappingStatus { get; set; } #Print trapping status from the Info dictionary.
public Nullable<DateTimeOffset> CreationDate { get; set; } #Document creation date from the Info dictionary.
public Nullable<DateTimeOffset> ModificationDate { get; set; } #Document modification date from the Info dictionary.
public String PdfXVersion { get; set; } #PDF/X version from GTS_PDFXVersion in the Info dictionary.
public String PdfXConformance { get; set; } #PDF/X conformance from GTS_PDFXConformance in the Info dictionary.