ArcObjects Library Reference  (Carto)    

IACRasterShieldSymbol.PrintMode Property

The print mode.

[Visual Basic 6.0]
Property PrintMode As acPrintMode
[Visual Basic .NET]
Public Property PrintMode As acPrintMode
[C#]
public acPrintMode PrintMode {get; set;}
[Java]
public acPrintMode getPrintMode()
throws
    IOException,
    AutomationException
[Java]
public void setPrintMode(
acPrintMode pcPrintMode
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page