AttributeObject.SetBlockAlign

Overloads

SetBlockAlign()Sets a block align Attribute to the AttributeObject with default value.
SetBlockAlign(BlockAlign)Sets a block align Attribute to the AttributeObject .

SetBlockAlign()

Sets a block align Attribute to the AttributeObject with default value.

public void SetBlockAlign()
Sub SetBlockAlign()

Licensing Info

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

SetBlockAlign(BlockAlign)

Sets a block align Attribute to the AttributeObject .

public void SetBlockAlign(BlockAlign blockAlign)
Sub SetBlockAlign(blockAlign As BlockAlign)

Parameters

blockAlign
BlockAlign

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