Back to Devexpress

DocumentProperties.Subject Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-e1bc5c26.md

latest1.1 KB
Original Source

DocumentProperties.Subject Property

Gets or sets the subject of the presentation.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
String

The presentation subject. The string is limited in length to 255 characters.

|

See Also

DocumentProperties Class

DocumentProperties Members

DevExpress.Docs.Presentation Namespace