 | PdfNumberTreeCollection Class |
Represents a number tree as a dictionary.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class PdfNumberTreeCollection : PdfWrapper,
IDictionary<int, PdfTypeBase>, ICollection<KeyValuePair<int, PdfTypeBase>>,
IEnumerable<KeyValuePair<int, PdfTypeBase>>, IEnumerable
Public Class PdfNumberTreeCollection
Inherits PdfWrapper
Implements IDictionary(Of Integer, PdfTypeBase),
ICollection(Of KeyValuePair(Of Integer, PdfTypeBase)),
IEnumerable(Of KeyValuePair(Of Integer, PdfTypeBase)),
IEnumerable
public ref class PdfNumberTreeCollection : public PdfWrapper,
IDictionary<int, PdfTypeBase^>, ICollection<KeyValuePair<int, PdfTypeBase^>>,
IEnumerable<KeyValuePair<int, PdfTypeBase^>>, IEnumerable
type PdfNumberTreeCollection =
class
inherit PdfWrapper
interface IDictionary<int, PdfTypeBase>
interface ICollection<KeyValuePair<int, PdfTypeBase>>
interface IEnumerable<KeyValuePair<int, PdfTypeBase>>
interface IEnumerable
endpublic class PdfNumberTreeCollection extends PdfWrapper implements IDictionary<int, PdfTypeBase>,
ICollection<KeyValuePair<int, PdfTypeBase>>, IEnumerable<KeyValuePair<int, PdfTypeBase>>,
IEnumerable
Patagames.Pdf.Net.Wrappers.PdfNumberTreeCollection = function();
Type.createClass(
'Patagames.Pdf.Net.Wrappers.PdfNumberTreeCollection',
Patagames.Pdf.Net.Wrappers.PdfWrapper,
IDictionary`2,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfNumberTreeCollection type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Count |
Gets the number of elements contained in a PdfNumberTreeCollection object.
|
 | Document |
Gets the document with which the collection is associated.
|
 | IsReadOnly |
Gets a value indicating whether the PdfNumberTreeCollection is read-only.
|
 | Item |
Gets and sets the value associated with a specific key in a PdfNumberTreeCollection object.
|
 | Keys |
Gets an ICollectionT containing the keys of the PdfNumberTreeCollection.
|
 | Values |
Gets an ICollectionT containing the values in the PdfNumberTreeCollection.
|
Top
Methods| | Name | Description |
|---|
 | Add |
Adds an element with the provided key and value to the PdfNumberTreeCollection.
|
 | Clear |
Removes all items from the PdfNumberTreeCollection object.
|
 | ContainsKey |
Determines whether a PdfNumberTreeCollection object contains a specific key.
|
 | CopyTo |
Copies PdfNumberTreeCollection elements to a one-dimensional System.Array object, starting at the specified index in the array.
|
 | GetAt |
Get the element at the specified index.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | IndexOf |
Returns the zero-based index of the specified key in a PdfNumberTreeCollection object.
|
 | KeyAt |
Returns the key of an element at the specified index in a PdfNumberTreeCollection object.
|
 | Remove |
Removes the element with the specified key from a PdfNumberTreeCollection object.
|
 | RemoveAt |
Removes the element at the specified index of a PdfNumberTreeCollection object.
|
 | SetAt |
Set the element at the specified index.
|
 | TryGetValue |
Gets the value associated with the specified key.
|
Top
See Also