Skip to main content

PdfViewer.DocumentCreator Property

If the document was converted to PDF from another format, specifies the name of the conforming product that created the original document from which it was converted.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[DefaultValue("")]
public string DocumentCreator { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also