Skip to main content

PdfLineStyle.CreateSolid() Method

Create the solid guideline style.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v26.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public static PdfLineStyle CreateSolid()

Returns

Type Description
PdfLineStyle

A PdfLineStyle object that represents the created style.

See Also