| Visual Basic | |
|---|---|
Sub SetPrintOffset( _ ByVal XOffset As System.Double, _ ByVal YOffset As System.Double _ ) | |
| JavaScript | |
|---|---|
function SetPrintOffset( | |
| COM native C++ | |
|---|---|
HRESULT SetPrintOffset( ) | |
Parameters
- XOffset
- X margin for print offset
- YOffset
- Y margin for print offset
Syntax