PageWriterState Constructors

Overloads

PageWriterState()Initializes a new instance of the PageWriterState class.
PageWriterState(PageWriterState)Initializes a new instance of the PageWriterState class.

PageWriterState()

Initializes a new instance of the PageWriterState class.

public PageWriterState()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PageWriterState(PageWriterState)

Initializes a new instance of the PageWriterState class.

public PageWriterState(PageWriterState state)
Public Sub New (state As PageWriterState)

Parameters

state
PageWriterState

Page writer state to clone.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PageWriterState
ceTe.DynamicPDF.IO

In this topic