Gets or sets the title of the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Title { get; set; }
VB
Public Property Title As String
Get
Set
Property Value
Type:
StringThe title of the document.
Remarks
See Also