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


IExporter.PixelBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter Interface > IExporter.PixelBounds Property
ArcGIS Developer Help

IExporter.PixelBounds Property

The Pixel Bounds of the Exporter.

[Visual Basic .NET]
Public Property PixelBounds As IEnvelope
[C#]
public IEnvelope PixelBounds {get; set;}
[C++]
HRESULT get_PixelBounds(
  IEnvelope* PixelBounds
);
[C++]
HRESULT put_PixelBounds(
  IEnvelope** PixelBounds
);
[C++]
Parameters
PixelBounds [in]

PixelBounds is a parameter of type IEnvelope* PixelBounds [out, retval]
PixelBounds is a parameter of type IEnvelope**

Product Availability

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

See Also

IExporter Interface