Color.DrawStroke
Overloads
DrawStroke(OperatorWriter) | Draws the color data to the given OperatorWriter object. |
DrawStroke(PageWriter) | Draws the color data to the given PageWriter object. |
DrawStroke(OperatorWriter)
Draws the color data to the given OperatorWriter object.
public void DrawStroke(OperatorWriter writer)
Sub DrawStroke(writer As OperatorWriter)
Parameters
- writer
- OperatorWriter
OperatorWriter object to receive the color data.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
DrawStroke(PageWriter)
Draws the color data to the given PageWriter object.
public abstract void DrawStroke(PageWriter writer)
MustOverride Sub DrawStroke(writer As PageWriter)
Parameters
- writer
- PageWriter
PageWriter object to receive the color data.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.