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


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

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

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

Product Availability

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

See Also

IPSDriver2 Interface