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


IPSDriver2.ArcPressSeparateImage Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Output)  

IPSDriver2.ArcPressSeparateImage Property

Indicates whether a separate Image file should be created for ArcPress.

[Visual Basic .NET]
Public Property ArcPressSeparateImage As Boolean
[C#]
public bool ArcPressSeparateImage {get; set;}
[C++]
HRESULT get_ArcPressSeparateImage(
  Boolean* sepImage
);
[C++]
HRESULT put_ArcPressSeparateImage(
  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

IPSDriver2 Interface