Skip to main content

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.v26.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Creator { get; set; }

Property Value

Type Description
String

A String value.

See Also