Table of Contents

Class PdfFileSpecification

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

Class for a file specification.

public sealed class PdfFileSpecification
Inheritance
PdfFileSpecification
Inherited Members

Remarks

A PDF file can refer to the contents of another file by using a file specification.

The file designated by a file specification is normally external to the PDF file referring to it. But it's also possible to embed external file within the referring PDF file, allowing its contents to be stored or transmitted along with the PDF file. See PdfEmbeddedFile class.

Properties

Contents

Gets the embedded file associated with the file specification.

Description

Gets the description of the file specification.

Specification

Gets the file specification string.

Methods

Equals(object)

Determines whether the specified object is equal to this PdfFileSpecification instance.

GetHashCode()

Returns a hash code for this PdfFileSpecification instance.

SetCustomName(string, string?)

Adds custom key-name pair to this file specification.