This document is archived and information here might be outdated. Recommended version. |
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