PdfDocumentInfoSubject Property |
Gets or sets subject of the document.
Namespace:
Aspose.CAD.FileFormats.Pdf
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string Subject { get; set; }
Public Property Subject As String
Get
Set
public:
property String^ Subject {
String^ get ();
void set (String^ value);
}
member Subject : string with get, set
Property Value
Type:
String
See Also