Click or drag to resize

PdfLineStyle Constructor (PdfLineStyle, Double)

Initializes a new instance of the PdfLineStyle class.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfLineStyle(
	PdfLineStyle source,
	double width
)

Parameters

source
Type: Atalasoft.PdfDoc.Generating.RenderingPdfLineStyle
The source to copy from.
width
Type: SystemDouble
The width of the line in PDF units that will override the width in source.
See Also