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