Back to Devexpress

PdfViewer.DocumentCreator Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-e933d06d.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue("")]
public string DocumentCreator { get; set; }
vb
<DefaultValue("")>
Public Property DocumentCreator As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace