ImageEn, unit iexPdfiumCore |
|
TPdfObject.StrokeColor
Declaration
property StrokeColor: TRGBA;
Description
Specifies the color of the line (when
ObjectType is ptPath).
Read/write
// Set a thick red border for the current path object
ImageEnView1.PdfViewer.Objects[idx].PathStrokeWidth := 5;
ImageEnView1.PdfViewer.Objects[idx].StrokeColor := TColor2TRGBA( clRed, 255 );
See Also
◼FillColor◼GetPath◼GetTextFont◼LineCap◼LineJoin◼PathFillMode◼PathStrokeWidth◼StrokeWidth◼TColor2TRGBA