This class represents the string file specification.

File specifications can be provided as a simple string or as a full dictionary containing cross platform path information.

This class represents the former.

This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; page 100.

A string file specification is the simplest form of file specification, consisting of a single PDF string that holds a file path or URI. It is used when only a basic file reference is needed without platform-specific paths or embedded data.

The string form is compact but less capable than the dictionary form. It cannot carry embedded file data, multiple platform-specific paths, or an associated file relationship type.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.FileSpecificationElement
          WebSupergoo.ABCpdf14.Elements.StringFileSpecificationElement

 

   
   
Method
Description
StringFileSpecificationElement Create a new StringFileSpecificationElement.
inherited methods...

 

   
   
Property
Description
EntryString This property represents the path to the file.
inherited properties...