PdfViewerControl.DocumentProducer Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#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