TagOptions Constructors

Overloads

TagOptions()Initializes a new instance of the TagOptions class.
TagOptions(Boolean)Initializes a new instance of the TagOptions class.

TagOptions()

Initializes a new instance of the TagOptions class.

public TagOptions()
Public Sub New ()

Licensing Info

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

TagOptions(Boolean)

Initializes a new instance of the TagOptions class.

public TagOptions(bool layoutAttributes)
Public Sub New (layoutAttributes As Boolean)

Parameters

layoutAttributes
Boolean

Specifies if layout attributes is required.

Licensing Info

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

See Also

TagOptions
ceTe.DynamicPDF

In this topic