How to paint as full size on TTMSFNCImage in TMS WEB Core.

I want to paint as full size (width x height) without aspect ratio on TTMSFNCImage.
Please help me.

Set TMSFNCImage1.AspectRatio := False; & TMSFNCImage1.Stretch := True;

Thank you.