Method Parse

Namespace TallComponents.PDF.Pens
Class DashPattern

Create a new DashPattern from a string description of alternating ink lengths.

This method is provided to enable s to be specified in XML.

The string must be formatted as a list of comma separated positive integers. Each value is a length of alternating ink or whitespace.

The phase defaults to 0.

Syntax

public  DashPattern  Parse( String  pattern )

Returns

DashPattern

A new dash pattern.

Parameters


String pattern
A comma separated list of positive integers.