This document is archived and information here might be outdated. Recommended version. |
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