PdfDocumentMetadataCreator Property |
Gets or sets the Creator field of the document.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string Creator { get; set; }
Public Property Creator As String
Get
Set
Property Value
Type:
StringRemarks
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