Back to Devexpress

PdfDocument.Title Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-382900df.md

latest947 B
Original Source

PdfDocument.Title Property

Gets or sets the document’s title.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

A String value.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace