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

PdfViewer.DocumentProducer Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also