Click or drag to resize

ShapedTextGetShapingStatus Method

Get the state of the shaping operation. Even if the shaping did not fully succeed, this object can be added to an elementbuilder, and will fallback to placing unshped text. See GetFailureReason() in the case this method returns something other than FullShaping.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ShapingStatus GetShapingStatus()

Return Value

Type: ShapingStatus

[Missing <returns> documentation for "M:pdftron.PDF.ShapedText.GetShapingStatus"]

See Also