This document is archived and information here might be outdated.  Recommended version.


IExportInfoGenerator.BeginText Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IExportInfoGenerator.BeginText Method

Generates export information about text that is starting to draw.

[Visual Basic .NET]
Public Sub BeginText ( _
    ByVal pDisplay As IDisplay, _
    ByVal Type As Integer, _
    ByVal Kerning As Integer, _
    ByVal Tracking As Double, _
    ByVal WidthScale As Double, _
    ByVal WordSpace As Double, _
    ByVal LineLeading As Double, _
    ByVal Text As String _
)
[C#]
public void BeginText (
    IDisplay pDisplay,
    int Type,
    int Kerning,
    double Tracking,
    double WidthScale,
    double WordSpace,
    double LineLeading,
    string Text
);
[C++]
HRESULT BeginText(
  IDisplay* pDisplay,
  long Type,
  long Kerning,
  double Tracking,
  double WidthScale,
  double WordSpace,
  double LineLeading,
  BSTR Text
);
[C++]

Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay Type [in] Type is a parameter of type long Kerning [in] Kerning is a parameter of type long Tracking [in] Tracking is a parameter of type double WidthScale [in] WidthScale is a parameter of type double WordSpace [in] WordSpace is a parameter of type double LineLeading [in] LineLeading is a parameter of type double Text [in] Text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportInfoGenerator Interface