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()
Public Function GetShapingStatus As ShapingStatus
public:
virtual ShapingStatus GetShapingStatus() sealed
function GetShapingStatus();
Return Value
Type:
ShapingStatus[Missing <returns> documentation for "M:pdftron.PDF.ShapedText.GetShapingStatus"]
See Also