Back to Devexpress

PdfDocument.Author Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-ec18c351.md

latest977 B
Original Source

PdfDocument.Author Property

Gets or sets the name of the person who created the document.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public string Author { get; set; }
vb
Public Property Author As String

Property Value

TypeDescription
String

A String value.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace