←Select platform

DashLengths Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public double[] DashLengths {get; set;} 
public double[ getDashLengths(); 
public void setDashLengths( 
   double[] double[Value 
); 
public:  
   property array<double>^ DashLengths 
   { 
      array<double>^ get() 
      void set(array<double>^ value) 
   } 
DashLengths # get and set (PDFPen) 

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 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.