Table of Contents

ITMSFNCCustomPDFRichTextLib.AddBitmap Method

Inserts a bitmap image at the specified position in the rich text.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

procedure AddBitmap(AValue: TTMSFNCBitmap; ALineHeight: Single = -1; ALocation: Integer = -1);

Parameters

Name Description
AValue Bitmap to insert.
ALineHeight Line height reserved for the image; -1 uses the image height.
ALocation Character position at which to insert the image; -1 appends at the end.