Click or drag to resize

PdfEmbeddedFileSpecificationTree Class

Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionKeyValuePairPdfString, PdfFileSpecification
        SautinSoft.PdfPdfTreePdfString, PdfFileSpecification
          SautinSoft.PdfPdfEmbeddedFileSpecificationTree

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfEmbeddedFileSpecificationTree : PdfTree<PdfString, PdfFileSpecification>, 
	IList, ICollection, IEnumerable, IList<KeyValuePair<PdfString, PdfFileSpecification>>, 
	ICollection<KeyValuePair<PdfString, PdfFileSpecification>>, IEnumerable<KeyValuePair<PdfString, PdfFileSpecification>>

The PdfEmbeddedFileSpecificationTree type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a new PdfFileSpecification with the EmbeddedFile copied from the resource specified by the filePath.
Public methodAddEmpty

Add a new PdfFileSpecification with the specified name and an empty EmbeddedFile.

Use the OpenWrite(Boolean) method of the EmbeddedFile of a returned PdfFileSpecification to fill the empty EmbeddedFile.

Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also