←Select platform

DashLengths Property

Summary

The length of a single dash and gap pattern in Dashed pen in PDF coordinates.

Syntax
C#
VB
C++
public double[] DashLengths {get; set;} 
Public Property DashLengths() As Double() 
   Get 
   Set 
public:  
   property array<double>^ DashLengths 
   { 
      array<double>^ get() 
      void set(array<double>^ value) 
   } 

Property Value

The length of a single dash and gap pattern in Dashed pen in PDF coordinates. The default value is 0.

Remarks

This value is used only when the value of PenStyle of this PDFPen is set to Dashed.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly