Gets or sets the subject of the PDF document generated by the HTML to PDF converter.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string Subject { get; set; }
Visual Basic
Public Property Subject As String
	Get
	Set
Visual C++
public:
property String^ Subject {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also