Back to Devexpress

PdfDocumentOptions.Subject Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfdocumentoptions-ab79b723.md

latest1.8 KB
Original Source

PdfDocumentOptions.Subject Property

Gets or sets the string to be added as a Subject property of the resulting PDF file.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String which stores a Subject.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Subject
PdfExportOptions

.DocumentOptions .Subject

|

Remarks

Use the Subject property along with the other properties of the PdfDocumentOptions class to specify Document Properties of the resulting PDF file.

See Also

PdfDocumentOptions Class

PdfDocumentOptions Members

DevExpress.XtraPrinting Namespace