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


IPSDriver2.ArcPressSeparateImageRotate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IPSDriver2.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(
  VARIANT_BOOL* sepImage
);
[C++]
HRESULT put_ArcPressSeparateImageRotate(
  VARIANT_BOOL sepImage
);
[C++]

Parameters sepImage [out, retval] sepImage is a parameter of type VARIANT_BOOL sepImage [in] sepImage is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPSDriver2 Interface