Click or drag to resize

PdfDocumentGenerateMetadata Method

Generate a metadata stream containing metadata for the document.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void GenerateMetadata(
	string part = "3",
	string level = "U",
	DateTime creationDate = default,
	DateTime modificationDate = default
)

Parameters

part  String  (Optional)
The part of the PDF/A standard. May be 1, 2, 3, or 4
level  String  (Optional)
The PDF/A conformance level. A, B, U
creationDate  DateTime  (Optional)
The date and time the document was created, which will be set both in the metadata and in the CreationDate. The default value means that the current DateTime value will be set.
modificationDate  DateTime  (Optional)
The date and time the document was most recently modified, which will be set both in the metadata and in the ModificationDate. The default value means that the current DateTime value will be set.
See Also