ArcObjects Library Reference (Output)  

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(
  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

IPSDriver Interface