 | PdfPageObjectStrokeColor Property |
Gets or sets the stroke color of a page object.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic FS_COLOR StrokeColor { get; set; }
Public Property StrokeColor As FS_COLOR
Get
Set
public:
property FS_COLOR StrokeColor {
FS_COLOR get ();
void set (FS_COLOR value);
}
member StrokeColor : FS_COLOR with get, set
/** @property */
public FS_COLOR get_StrokeColor()
/** @property */
public void set_StrokeColor(FS_COLOR value)
function get_StrokeColor();
function set_StrokeColor(value);
Property Value
Type:
FS_COLOR
See Also