LineInfo
Overview
LineInfo 是一个类在Aspose.PDF FOSS的.NET中.
对于 PdfContentEditor.DrawCurve 的线画参数.
特性: BorderStyle, LineColor, LineColorB, LineColorG, LineColorR, LineDashPattern,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
VerticeCoordinate | float[]? | 阅读/写作 | 顶点坐标为平面数组 [x1,y1, x2,y2, .]. |
Visibility | bool | 阅读/写作 | 线是否可见. |
LineColorR | byte | 阅读/写作 | 线色红色组件 (0-255). |
LineColorG | byte | 阅读/写作 | 线色绿色组件 (0-255). |
LineColorB | byte | 阅读/写作 | 线色蓝色组件 (0-255). |
LineColor | System.Drawing.Color | 阅读/写作 | 线色 (System.Drawing兼容). |
LineWidth | int | 阅读/写作 | 线宽以点表示. |
BorderStyle | int | 阅读/写作 | 边界风格指标 (PDF表-228 /BS/S代码:0=固体,1=纹,2=斜线,3=插入,4=底线). |
LineDashPattern | int[]? | 阅读/写作 | 打印点的开关/启动长度. |