 | PdfLineEndingCollection Class |
Represent the collection of the line ending styles to be used in drawing the annotation’s border or lines
Inheritance HierarchySystemObject Patagames.Pdf.Net.AnnotationsPdfLineEndingCollection Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic class PdfLineEndingCollection : IList<LineEndingStyles>,
ICollection<LineEndingStyles>, IEnumerable<LineEndingStyles>, IEnumerable
Public Class PdfLineEndingCollection
Implements IList(Of LineEndingStyles), ICollection(Of LineEndingStyles),
IEnumerable(Of LineEndingStyles), IEnumerable
public ref class PdfLineEndingCollection : IList<LineEndingStyles>,
ICollection<LineEndingStyles>, IEnumerable<LineEndingStyles>, IEnumerable
type PdfLineEndingCollection =
class
interface IList<LineEndingStyles>
interface ICollection<LineEndingStyles>
interface IEnumerable<LineEndingStyles>
interface IEnumerable
endpublic class PdfLineEndingCollection implements IList<LineEndingStyles>,
ICollection<LineEndingStyles>, IEnumerable<LineEndingStyles>, IEnumerable
Patagames.Pdf.Net.Annotations.PdfLineEndingCollection = function();
Type.createClass(
'Patagames.Pdf.Net.Annotations.PdfLineEndingCollection',
null,
IList`1,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfLineEndingCollection type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Count |
Gets the number of items contained in the collection.
|
 | IsDisposed |
Gets a value indicating whether the underlying array has been disposed of.
|
 | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
 | Item |
Gets or sets the LineEndingStyles at the specified index
|
Top
Methods
Remarks
A collectiom may contain max two styles.
See Also