ShapedTextGetFailureReason Method |
In the case where GetShapingStatus() returns something other than FullShaping, this method will return a more detailed reason behind the failure.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ShapedTextFailureReason GetFailureReason()
Public Function GetFailureReason As ShapedTextFailureReason
public:
virtual ShapedTextFailureReason GetFailureReason() sealed
function GetFailureReason();
Return Value
Type:
ShapedTextFailureReason[Missing <returns> documentation for "M:pdftron.PDF.ShapedText.GetFailureReason"]
See Also