ArcObjects Library Reference (Carto)  

IACMap.MaxPrintPixels Property

The maximum number of pixels allowed for an image print request.

[Visual Basic .NET]
Public ReadOnly Property MaxPrintPixels As Integer
[C#]
public int MaxPrintPixels {get;}
[C++]
HRESULT get_MaxPrintPixels(
  long* pMaxPrintPixels
);
[C++]

Parameters

pMaxPrintPixels [out, retval]   pMaxPrintPixels is a parameter of type long

Product Availability

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

See Also

IACMap Interface