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


IPSDriver.UseEMFFrameBoxForPSBoundingBox 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.UseEMFFrameBoxForPSBoundingBox Property
ArcGIS Developer Help

IPSDriver.UseEMFFrameBoxForPSBoundingBox Property

Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box.

[Visual Basic .NET]
Public Property UseEMFFrameBoxForPSBoundingBox As Boolean
[C#]
public bool UseEMFFrameBoxForPSBoundingBox {get; set;}
[C++]
HRESULT get_UseEMFFrameBoxForPSBoundingBox(
  Boolean* useFrameBox
);
[C++]
HRESULT put_UseEMFFrameBoxForPSBoundingBox(
  VARIANT_BOOL useFrameBox
);
[C++]
Parameters
useFrameBox [out, retval]

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

Product Availability

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

See Also

IPSDriver Interface