Sets the margins for print offset.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPrintOffset( _
double XOffset As System.Double, _
double YOffset As System.Double _
) |
C# | |
---|
void SetPrintOffset(
System.double XOffset,
System.double YOffset
) |
JavaScript | |
---|
function SetPrintOffset(
|
XOffset : System.double,
YOffset : System.doubl
)
COM native C++ | |
---|
HRESULT SetPrintOffset(
) |
Parameters
- XOffset
- X margin for print offset
- YOffset
- Y margin for print offset