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


ITiffExporter.Width Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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(
  short pWidth
);
[C++]

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

Product Availability

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

See Also

ITiffExporter Interface