Padding.GetPaddingInPageUnits(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetPaddingInPageUnits([Runtime::InteropServices::Out] float % left, [Runtime::InteropServices::Out] float % right, [Runtime::InteropServices::Out] float % top, [Runtime::InteropServices::Out] float % bottom);
public void GetPaddingInPageUnits (out float left, out float right, out float top, out float bottom);
member this.GetPaddingInPageUnits : single * single * single * single -> unit
Public Sub GetPaddingInPageUnits (ByRef left As Single, ByRef right As Single, ByRef top As Single, ByRef bottom As Single)
Parameters
- left
- Single
- right
- Single
- top
- Single
- bottom
- Single