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


ITiffExporter.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IT > ITiffExporter Interface > ITiffExporter.Width Property
ArcGIS Developer Help

ITiffExporter.Width Property

The width of the TIFF. If width or height is zero, screen size is used.

[Visual Basic .NET]
Public Property Width As Short
[C#]
public short Width {get; set;}
[C++]
HRESULT get_Width(
  short pWidth
);
[C++]
HRESULT put_Width(
  System.Int16* pWidth
);
[C++]
Parameters
pWidth [in]

pWidth is a parameter of type short pWidth [out, retval]
pWidth is a parameter of type short*

Product Availability

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

See Also

ITiffExporter Interface