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