Pdf |
The PdfFileSpecification type exposes the following members.
Name | Description | |
---|---|---|
PdfFileSpecification(PdfDocument) | Creates new instance of PdfFileSpecification class. | |
PdfFileSpecification(PdfDocument, PdfTypeBase) | Creates a new instance of PdfFileSpecification and initialize it with specified dictionary |
Name | Description | |
---|---|---|
Description | Gets or sets descriptive text associated with the file specification. | |
EmbeddedFile | Gets or sets embedded file. | |
FileName | Gets or sets a file specification string. | |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Overrides PdfWrapperIsDisposed) | |
IsSimpleSpec | Gets a flag indicating whether this instance represents a simple file specification or a full one. | |
IsUrl | Gets or sets a flag indicating that the FileName should be interpreted as an URL | |
IsVolatile | Gets or sets a flag indicating whether the file referenced by the this file specification is volatile (changes frequently with time). |
Name | Description | |
---|---|---|
From | Creates a new instance of PdfFileSpecification and initialize it with specified dictionary |
Although the file designated by a file specification is normally external to the PDF file referring to it, PDF 1.3 permits a copy of the external file to be embedded within the referring PDF file, allowing its contents to be stored or transmitted along with the PDF file. However, embedding a file does not change the presumption that it is external to the PDF file. Consequently, to ensure that the PDF file can be processed correctly, it may be necessary to copy its embedded files back into a local file system.