VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfArray Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfArray Class Members
    In This Topic
    The following tables list the members exposed by PdfArray.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the number of items actually contained in the PdfArray.
    Public PropertyGets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject)
    Public PropertyGets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject)
    Public PropertyGets the type of the object.
    Public PropertyGets or sets the item at the specified index.
    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