A newer version of this page is available.
Switch to the current version.
Document.BaseOffset Property
For internal use. Specifies the base offset point for the created document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual PointF BaseOffset { get; set; }
Public Overridable Property BaseOffset As PointF
Property Value
Type | Description |
---|---|
PointF | A PointF value, specifying the offset point. |
See Also
Feedback