| Visual Basic | |
|---|---|
Sub GetPrintOffset( _ ByRef XOffset As System.Double, _ ByRef YOffset As System.Double _ ) | |
| JavaScript | |
|---|---|
function GetPrintOffset( | |
| COM native C++ | |
|---|---|
HRESULT GetPrintOffset( ) | |
Parameters
- XOffset[out]
- X margin for print offset
- YOffset[out] or Return Value
- Y margin for print offset
Syntax