This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > ID > IDibExporter Interface > IDibExporter.Width Property (ArcObjects .NET 10.4 SDK) |
The width of the DIB. 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