ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicStyle.UseGDI Property

Indicates whether text is displayed using IDisplay or GDI.

[Visual Basic .NET]
Public Property UseGDI As Boolean
[C#]
public bool UseGDI {get; set;}
[C++]
HRESULT get_UseGDI(
  VARIANT_BOOL* pUseGDI
);
[C++]
HRESULT put_UseGDI(
  VARIANT_BOOL pUseGDI
);
[C++]

Parameters

pUseGDI [out, retval]   pUseGDI is a parameter of type VARIANT_BOOL pUseGDI [in]   pUseGDI is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicStyle Interface