ArcObjects Library Reference (Carto)  

IACRasterShieldSymbol.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

IACRasterShieldSymbol Interface