Gets the physical offset of the printed page, in 100th of an inch.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public static void GetPhysOffset(
	IntPtr _hdc,
	out double left,
	out double top
)
Visual Basic (Declaration)
Public Shared Sub GetPhysOffset ( _
	_hdc As IntPtr, _
	<OutAttribute> ByRef left As Double, _
	<OutAttribute> ByRef top As Double _
)

Parameters

_hdc
Type: System..::.IntPtr
left
Type: System..::.Double%
Left physical offset
top
Type: System..::.Double%
Top physical offset

See Also