XFINIUM.PDF Documentation
SetLineDashPattern Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : SetLineDashPattern Method
Dash phase.
Dash pattern.
Sets the dash offset and pattern for stroke operations.
Operator: d
Syntax
'Declaration
 
Public Sub SetLineDashPattern( _
   ByVal dashPhase As Double, _
   ByVal dashPattern() As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim dashPhase As Double
Dim dashPattern() As Double
 
instance.SetLineDashPattern(dashPhase, dashPattern)
public void SetLineDashPattern( 
   double dashPhase,
   double[] dashPattern
)
public:
void SetLineDashPattern( 
   double dashPhase,
   array<double>^ dashPattern
) 

Parameters

dashPhase
Dash phase.
dashPattern
Dash pattern.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfContentStream Class
PdfContentStream Members