Click or drag to resize

PdfDocumentMetadataCreator Property

Gets or sets the Creator field of the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public string Creator { get; set; }

Property Value

Type: String
Remarks
Setting the field to null indicates that the field has no value and will not be added to a file. This field is meant to represent the name of the application that created the original document.
See Also