Click or drag to resize

PdfLineEndingCollection Class

Represent the collection of the line ending styles to be used in drawing the annotation’s border or lines
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.AnnotationsPdfLineEndingCollection

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfLineEndingCollection : IList<LineEndingStyles>, 
	ICollection<LineEndingStyles>, IEnumerable<LineEndingStyles>, IEnumerable

The PdfLineEndingCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfLineEndingCollection(PdfTypeArray) Initialize a new instance of PdfLineEndingCollection with specified line ending styles array
Public methodPdfLineEndingCollection(LineEndingStyles, LineEndingStyles) Initialize a new instance of PdfLineEndingCollection with specified line ending styles array
Top
Properties
 NameDescription
Public propertyCount Gets the number of items contained in the collection.
Public propertyIsDisposed Gets a value indicating whether the underlying array has been disposed of.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets or sets the LineEndingStyles at the specified index
Top
Methods
 NameDescription
Public methodAdd Adds a LineEndingStyles to the collection
Public methodClear Removes all items from the collection
Public methodContains Determines whether the collection contains a specific LineEndingStyles.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Protected methodFinalize Releases all lresources used by the collection.
(Overrides ObjectFinalize)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific item in the collection.
Public methodInsert Inserts a LineEndingStyles to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific LineEndingStyles from the collection.
Public methodRemoveAt Removes the item at the specified index.
Top
Remarks
A collectiom may contain max two styles.
See Also