| PdfPathObjectIsStroke Property |
Gets or sets the stroke flag.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public bool IsStroke { get; set; }
Public Property IsStroke As Boolean
Get
Set
public:
property bool IsStroke {
bool get ();
void set (bool value);
}
member IsStroke : bool with get, set
/** @property */
public boolean get_IsStroke()
/** @property */
public void set_IsStroke(boolean value)
function get_IsStroke();
function set_IsStroke(value);
Property Value
BooleanSee Also