Pdf |
The PdfEmbeddedFileSpecificationTree type exposes the following members.
Name | Description | |
---|---|---|
Add(T) |
Adds an element to the end of the PdfCollectionT.
(Inherited from PdfCollectionT) | |
Add(String) | Adds a new PdfFileSpecification with the EmbeddedFile copied from the resource specified by the filePath. | |
Add(TKey, TValue) |
Adds the specified key and value to the tree.
(Inherited from PdfTreeTKey, TValue) | |
AddEmpty | 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. | |
Clear |
Removes all elements from the PdfCollection.
(Inherited from PdfCollection) | |
Contains |
Determines whether an element is in the PdfCollectionT.
(Inherited from PdfCollectionT) | |
ContainsKey |
Determines whether the tree contains the specified key.
(Inherited from PdfTreeTKey, TValue) | |
CopyTo |
Copies the entire PdfCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from PdfCollectionT) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetEnumerator |
Returns an enumerator that iterates through the PdfCollectionT.
(Inherited from PdfCollectionT) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IndexOf |
Searches for the specified element and returns the zero-based index of the first occurrence within the entire PdfCollectionT.
(Inherited from PdfCollectionT) | |
Insert |
Inserts an element into the PdfCollectionT at the specified index.
(Inherited from PdfCollectionT) | |
Remove(T) |
Removes the first occurrence of a specific element from the PdfCollectionT.
(Inherited from PdfCollectionT) | |
Remove(TKey) |
Removes the value with the specified key from the tree.
(Inherited from PdfTreeTKey, TValue) | |
RemoveAt |
Removes the element at the specified index of the PdfCollection.
(Inherited from PdfCollection) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetValue |
Gets the value associated with the specified key.
(Inherited from PdfTreeTKey, TValue) |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetArray |
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) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddArray |
Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |