AttributeObject.SetRubyPosition
Overloads
SetRubyPosition() | Sets a ruby position Attribute to the AttributeObject with default value. |
SetRubyPosition(RubyPosition) | Sets a ruby positon Attribute to the AttributeObject . |
SetRubyPosition()
Sets a ruby position Attribute to the AttributeObject with default value.
public void SetRubyPosition()
Sub SetRubyPosition()
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
SetRubyPosition(RubyPosition)
Sets a ruby positon Attribute to the AttributeObject .
public void SetRubyPosition(RubyPosition rubyPosition)
Sub SetRubyPosition(rubyPosition As RubyPosition)
Parameters
- rubyPosition
- RubyPosition
value of Attribute
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.