 | PdfDocumentTitle Property |
The document’s title.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
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 */
public String get_Title()
/** @property */
public void set_Title(String value)
function get_Title();
function set_Title(value);
Property Value
Type:
String
See Also