XFINIUM.PDF Documentation
PdfCosArray Class Members
Properties  Methods 

The following tables list the members exposed by PdfCosArray.

Public Constructors
 NameDescription
Public ConstructorPdfCosArray ConstructorInitializes a new PdfCosArray object.  
Top
Public Properties
 NameDescription
Public PropertyItem Gets or sets the element at the specified index.  
Public PropertyLength Gets the number of elements actually contained in the array.  
Public PropertyType Gets the object type. (Inherited from Xfinium.Pdf.Core.Cos.PdfCosObject)
Top
Public Methods
 NameDescription
Public MethodAdd Adds an object to the end of the array.  
Public MethodClear Removes all elements from the array.  
Public MethodGetElementAsBool Gets the element at the specified index as a boolean.  
Public MethodGetElementAsNumber Gets the element at the specified index as a double.  
Public MethodGetElementAsString Gets the element at the specified index as a string.  
Public MethodIndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire array.  
Public MethodInsert Inserts an element into the array at the specified index.  
Public MethodRemove Removes the first occurrence of a specific object from the array.  
Public MethodRemoveAt Removes the element at the specified index of the array.  
Public MethodToStringReturns a string that represents the current object.  
Top
See Also

Reference

PdfCosArray Class
Xfinium.Pdf.Core.Cos Namespace

Send Feedback