 | PdfDocumentSubject Property |
The subject of the document.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
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 */
public String get_Subject()
/** @property */
public void set_Subject(String value)
function get_Subject();
function set_Subject(value);
Property Value
Type:
String
See Also