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


IACTextSymbol.PrintMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACTextSymbol.PrintMode Property

The print mode.

[Visual Basic .NET]
Public Property PrintMode As acPrintMode
[C#]
public acPrintMode PrintMode {get; set;}
[C++]
HRESULT get_PrintMode(
  acPrintMode* PrintMode
);
[C++]
HRESULT put_PrintMode(
  acPrintMode PrintMode
);
[C++]

Parameters PrintMode [out, retval]
PrintMode is a parameter of type acPrintMode PrintMode [in]
PrintMode is a parameter of type acPrintMode

Product Availability

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

See Also

IACTextSymbol Interface