AttributeObject.SetChecked

Overloads

SetChecked()Sets a checked Attribute to the AttributeObject with default value.
SetChecked(Checked)Sets a checked Attribute to the AttributeObject .

SetChecked()

Sets a checked Attribute to the AttributeObject with default value.

public void SetChecked()
Sub SetChecked()

Licensing Info

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

SetChecked(Checked)

Sets a checked Attribute to the AttributeObject .

public void SetChecked(Checked checkedValue)
Sub SetChecked(checkedValue As Checked)

Parameters

checkedValue
Checked

value of Attribute

Licensing Info

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

See Also

AttributeObject
ceTe.DynamicPDF

In this topic