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

PdfViewerControl.DocumentProducer Property

Gets or sets the name of the conforming product that converted the document to PDF. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public string DocumentProducer { get; set; }

Property Value

Type Description
String

A String value.

Remarks

If the document was not converted to PDF from another format, the DocumentProducer property returns String.Empty.

See Also