Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfFileSpecification
Public NotInheritable Class PdfFileSpecification
The PdfFileSpecification type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contents |
Gets the embedded file associated with the file specification.
|
![]() | Description |
Gets the description of the file specification.
|
![]() | Specification |
Gets the file specification string.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides Object.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | SetCustomName |
Adds custom key-name pair to this file specification.
|
![]() | ToString | (Inherited from Object.) |
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.