This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver Interface > IPSDriver.UseEMFFrameBoxForPSBoundingBox Property (ArcObjects .NET 10.5 SDK) |
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