Grayscale.DrawFill
Overloads
| DrawFill(OperatorWriter) | Draws the color data to the given PageWriter object. | 
| DrawFill(PageWriter) | Draws the color data to the given PageWriter object. | 
DrawFill(OperatorWriter)
Draws the color data to the given PageWriter object.
public void DrawFill(OperatorWriter writer)
Sub DrawFill(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.
 
DrawFill(PageWriter)
Draws the color data to the given PageWriter object.
public void DrawFill(PageWriter writer)
Sub DrawFill(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.