Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also