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


IPSDriver.ArcPressSeparateImageRotate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver Interface > IPSDriver.ArcPressSeparateImageRotate Property
ArcGIS Developer Help

IPSDriver.ArcPressSeparateImageRotate Property

Indicates whether the Image should be rotated 90 degress for ArcPress.

[Visual Basic .NET]
Public Property ArcPressSeparateImageRotate As Boolean
[C#]
public bool ArcPressSeparateImageRotate {get; set;}
[C++]
HRESULT get_ArcPressSeparateImageRotate(
  Boolean* sepImage
);
[C++]
HRESULT put_ArcPressSeparateImageRotate(
  VARIANT_BOOL sepImage
);
[C++]
Parameters
sepImage [out, retval]

sepImage is a parameter of type bool* sepImage [in]
sepImage is a parameter of type bool

Product Availability

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

See Also

IPSDriver Interface