Skip to main content

Document.BaseOffset Property

For internal use. Specifies the base offset point for the created document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual PointF BaseOffset { get; set; }

Property Value

Type Description
PointF

A PointF value, specifying the offset point.

See Also