PdfFileSpecification.Specification Property

Gets the file specification string.

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

Syntax

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

Property Value

Type: String
The file specification string.

Remarks

The string is divided into component substrings separated by the slash character (/).

A simple file specification that begins with a slash is an absolute file specification. The last component is the file name; the preceding components specify its context.

A file specification that does not begin with a slash is a relative file specification giving the location of the file relative to that of the PDF file containing it.

See Also