Table of Contents

ITMSFNCCustomPDFRichTextLib.GetStrokeColor Method

Returns the text stroke color for the specified range.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetStrokeColor(AStart: Integer = -1; ALength: Integer = -1): TTMSFNCGraphicsColor;

Parameters

Name Description
AStart Zero-based start index; -1 uses the selection start.
ALength Number of characters; -1 uses the selection length.

Returns

Stroke color applied to the text outline; gcNull when no stroke color is set.