• Products
  • Pricing
  • Documentation
  • Support
Login
Your cart is empty. See pricing.
My order
Total:
Order
  • Home
  • Products
  • Pricing
  • Documentation
  • Support
Login
LinkedIn
Twitter
  • Guide
  • API reference
  • Code samples
  • Changelog
  • TallComponents
  • TallComponents.Licensing
  • TallComponents.PDF
  • TallComponents.PDF.Actions
  • TallComponents.PDF.Annotations
  • TallComponents.PDF.Annotations.Markups
  • TallComponents.PDF.Annotations.Widgets
  • TallComponents.PDF.Brushes
  • TallComponents.PDF.Colors
  • TallComponents.PDF.Diagnostics
  • TallComponents.PDF.DigitalSignatures
  • TallComponents.PDF.DynamicXfa
  • TallComponents.PDF.Extensions
  • TallComponents.PDF.Fonts
  • TallComponents.PDF.Forms.Data
  • TallComponents.PDF.Forms.Fields
  • TallComponents.PDF.Forms.Fields.Barcodes
  • TallComponents.PDF.Forms.Fields.Barcodes.Properties
  • TallComponents.PDF.JavaScript
  • TallComponents.PDF.JavaScript.Scripting
  • TallComponents.PDF.JavaScript.Scripting.Soap
  • TallComponents.PDF.Metadata
  • TallComponents.PDF.Navigation
  • TallComponents.PDF.Pens
  • TallComponents.PDF.Prepress
  • TallComponents.PDF.Printing
  • TallComponents.PDF.Security
  • TallComponents.PDF.Shapes
  • TallComponents.PDF.Shapes.Annotations
  • TallComponents.PDF.Shapes.Barcodes
  • TallComponents.PDF.Tags
  • TallComponents.PDF.TextExtraction
  • TallComponents.PDF.Transforms

Namespace TallComponents.PDF.Pens

Class DashCollection

A dash collection.

Syntax

public class DashCollection : Object , IEnumerable<Double>

Constructors

DashCollection()
Create an empty .
DashCollection(Double[])
Creates with the provided pattern.

Properties

Int32 Count
Get the number of dashes actually contained in the DashCollection
Double Item
Get an dash by zero-based index from the DashCollection.

Methods

Void Add(Double)
Adds an Dash to the end of the DashCollection.
Void AddRange(Double[])
Adds the entries in an array of dashes to the end of the DashCollection.
Void Clear()
Removes all dashes from the DashCollection.
Boolean Contains(Double)
Determine whether an dash is in the DashCollection.
IEnumerator<Double> GetEnumerator()
Implements strong typed IEnumerable<T>.GetEnumerator.
Int32 IndexOf(Double)
Searches for the specified dash in the DashCollection.
Void Insert(Int32,Double)
Insert a dash on a specific place in this .
Void InsertRange(Int32,Double[])
Insert the entries in an array of dashes to the specific locations in the DashCollection.
Boolean Remove(Double)
Removes an dash from this DashCollection.
Void RemoveAt(Int32)
Removes a dash from the DashCollection at the specified index.

Operators

Implicit conversion from System.Double[]
Provides implicit conversion from double[].
Implicit conversion to System.Double[]
Provides implicit conversion to double[].
Our products
PDFKit.NET 5.0
Create and manipulate PDF documents
TallPDF.NET 5.0
Generate PDF on the fly
PDFRasterizer.NET 4.0
Render PDF pages cross-platform
Support resources
  • Code samples
  • Submit issue
  • Contact
  • Licensing Model
Legal
  • EULA
  • Privacy
LinkedIn
Twitter
© 2001-2025 TallComponents BV. All rights reserved.