OperatorWriter.Write_d
Overloads
Write_d(Int32, Int32) | Writes a PDF "d" operator to the page. |
Write_d(LineStyle) | Writes a PDF "d" operator to the page. |
Write_d(Int32, Int32)
Writes a PDF "d" operator to the page.
public void Write_d(int on, int off)
Sub Write_d(on As Integer, off As Integer)
Parameters
- on
- Int32
- off
- Int32
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.
Write_d(LineStyle)
Writes a PDF "d" operator to the page.
public void Write_d(LineStyle lineStyle)
Sub Write_d(lineStyle As LineStyle)
Parameters
- lineStyle
- LineStyle
The line style to draw.
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.