FileSpecification Class Documentation

classFileSpecification : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Refers to the location of a PDF file within a file system.

The PDF file system is known more commonly as the file path name.

The reference can be either absolute, as in a complete path name, or relative to the current place in a directory structure.

Constructor & Destructor Documentation

FileSpecification

FileSpecification(Documentdoc, stringpath)

Parameters

doc: Document

The document in which the file specification is created.

path: string

The string corresponding to the path of the file to reference. It may be relative or absolute.

Creates a new file specification object.

~FileSpecification

~FileSpecification()

Property Documentation

PDFObject

PDFObjectPDFObject[get]

Path

stringPath[get]

Member Function Documentation

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

ToString

override stringToString()

Returns:

override string