Display resolution factor. Factor value is expressed as a percentage between 0 and 100.
[Visual Basic .NET] Public Property DisplayResolutionFactor As Integer
[C#] public int DisplayResolutionFactor {get; set;}
[C++]
HRESULT get_DisplayResolutionFactor(
long* pnFactor
);
[C++]
HRESULT put_DisplayResolutionFactor(
long pnFactor
);
[C++]Parameters
pnFactor [out, retval] pnFactor is a parameter of type long pnFactor [in] pnFactor is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.