LineInfo

Overview

LineInfo is a class in Aspose.PDF FOSS for .NET.

Line drawing parameters for PdfContentEditor.DrawCurve.

Properties: BorderStyle, LineColor, LineColorB, LineColorG, LineColorR, LineDashPattern, and 3 more.

Properties

NameTypeAccessDescription
VerticeCoordinatefloat[]?Read/WriteVertex coordinates as flat array [x1,y1, x2,y2, .].
VisibilityboolRead/WriteWhether the line is visible.
LineColorRbyteRead/WriteLine color — red component (0-255).
LineColorGbyteRead/WriteLine color — green component (0-255).
LineColorBbyteRead/WriteLine color — blue component (0-255).
LineColorSystem.Drawing.ColorRead/WriteLine colour (System.Drawing compatible).
LineWidthintRead/WriteLine width in points.
BorderStyleintRead/WriteBorder style indicator (PDF table-228 /BS /S code: 0=Solid, 1=Dashed, 2=Beveled, 3=Inset, 4=Underline).
LineDashPatternint[]?Read/WriteDash on/off lengths in points.

See Also