Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Creator { get; set; }

Property Value

Type Description
String

A String value.

See Also