Skip to main content

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

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also