Table of Contents

Class PdfFileSpec

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll

Represents a file specification in a PDF document.

public sealed class PdfFileSpec
Inheritance
PdfFileSpec
Inherited Members

Remarks

This class provides a representation of a file specification object within a PDF document. File specifications are used to reference external files or embedded files in a PDF. Instances of this class are typically obtained through PDF processing libraries and are not intended to be created directly by user code.