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:

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:

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic