'Declaration Public Function GetAutoFitSize( _ ByVal pageView As IImGearScrollableView, _ ByVal pageDisplay As IImGearPageDisplay, _ ByVal autoFitMode As ImGearARTTextAutoFitMode _ ) As ImGearSize
'Usage Dim instance As ImGearARTText Dim pageView As IImGearScrollableView Dim pageDisplay As IImGearPageDisplay Dim autoFitMode As ImGearARTTextAutoFitMode Dim value As ImGearSize value = instance.GetAutoFitSize(pageView, pageDisplay, autoFitMode)
public ImGearSize GetAutoFitSize( IImGearScrollableView pageView, IImGearPageDisplay pageDisplay, ImGearARTTextAutoFitMode autoFitMode )
public: ImGearSize GetAutoFitSize( IImGearScrollableView* pageView, IImGearPageDisplay* pageDisplay, ImGearARTTextAutoFitMode autoFitMode )
public: ImGearSize GetAutoFitSize( IImGearScrollableView^ pageView, IImGearPageDisplay^ pageDisplay, ImGearARTTextAutoFitMode autoFitMode )
Parameters
- pageView
- The page view control that contains text mark.
- pageDisplay
- The page display of the page view control.
- autoFitMode
- The auto fit mode.
Return Value
ImageGear.Core.ImGearSize value with necessary dimensions of the mark's bounds.