OperatorWriter.Write_q_
Overloads
Write_q_() | Writes a PDF "q" operator to the page. PageWriterState is not stored. |
Write_q_(Boolean) | Writes a PDF "q" operator to the page. |
Write_q_()
Writes a PDF "q" operator to the page. PageWriterState is not stored.
public void Write_q_()
Sub Write_q_()
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_q_(Boolean)
Writes a PDF "q" operator to the page.
public void Write_q_(bool storeState)
Sub Write_q_(storeState As Boolean)
Parameters
- storeState
- Boolean
true if the PageWriterState should be stored for later retrieval by a "Q" operator.
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.