VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfArray Class
In This Topic
PdfArray Class Methods
In This Topic
For a list of all methods of this type, see PdfArray.
Public Methods
 NameDescription
Public MethodAdds an item to the end of the PdfArray.
Public MethodRemoves all elements from the PdfArray.
Public MethodDetermines whether an item is in the PdfArray.
Public MethodCopies the entire PdfArray to a compatible one-dimensional array, starting at the specified index of the target array.
Public MethodDetermines whether the specified System.Object, is equal to this instance.
Public MethodReturns a hash code for this instance.
Public MethodReturns the parent PDF object of this basic object. (Inherited from PdfBasicObject)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire PdfArray.
Public MethodInserts an item into the PdfArray at the specified index.
Public MethodRemoves the first occurrence of a specific item from the PdfArray.
Public MethodRemoves the element at the specified index of the PdfArray.
Public MethodReturns a System.String that represents this instance.
See Also