OperatorWriter.Write_Q
Overloads
Write_Q() | Writes a PDF "Q" operator to the page. PageWriterState is not restored. |
Write_Q(Boolean) | Writes a PDF "G" operator to the page. |
Write_Q()
Writes a PDF "Q" operator to the page. PageWriterState is not restored.
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 "G" operator to the page.
public void Write_Q(bool restoreState)
Sub Write_Q(restoreState As Boolean)
Parameters
- restoreState
- Boolean
true if the PageWriterState should be restored from a previous "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.