Back to Devexpress

PdfDocument.Creator Property

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

latest1.0 KB
Original Source

PdfDocument.Creator Property

Gets or sets the name of the conforming product that created the original document, if this document was converted to PDF from another format.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
String

A String value.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace