Table of Contents

Property Specification

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specification

Gets the file specification string.

public string Specification { get; }

Property Value

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.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.