Click or drag to resize

PdfLineStyle Constructor (PdfLineStyle)

Initializes a new instance of the PdfLineStyle class using the contents of the PdfLineStyle passed in.

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
)

Parameters

source
Type: Atalasoft.PdfDoc.Generating.RenderingPdfLineStyle
The source to copy from.
See Also