AttributeObject.SetAutoGlyphOrientationVertical

Overloads

SetAutoGlyphOrientationVertical()Sets a glyph orientation vertical Attribute to the AttributeObject with value auto.
SetAutoGlyphOrientationVertical(Int32)Sets a glyph orientation vertical Attribute to the AttributeObject .

SetAutoGlyphOrientationVertical()

Sets a glyph orientation vertical Attribute to the AttributeObject with value auto.

public void SetAutoGlyphOrientationVertical()
Sub SetAutoGlyphOrientationVertical()

Licensing Info

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

SetAutoGlyphOrientationVertical(Int32)

Sets a glyph orientation vertical Attribute to the AttributeObject .

public void SetAutoGlyphOrientationVertical(int angle)
Sub SetAutoGlyphOrientationVertical(angle As Integer)

Parameters

angle
Int32

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