PdfFileSpecification.Description Property

Gets the description of the file specification.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Description { get; }
VB
Public ReadOnly Property Description As String
	Get

Property Value

Type: String
The description of the file specification or null if description is not present.

See Also