PrintParameters.UserDefinedMarginX
Property
Description:
The User defined X value of offset from left bottom corner. Unit is inch.
The User defined X value of offset from left bottom corner. Unit is inch.
Syntax
[ObsoleteAttribute("This property is obsolete. Use OriginOffsetX instead.")]
public double UserDefinedMarginX { get; set; }
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if PaperPlacement is not Margins and MarginType is not User defined type. |