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:

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:

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic