ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / Printer Class / OriginAtMargins Property

In This Topic
    OriginAtMargins Property (Printer)
    In This Topic
    Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.
    Syntax
    'Declaration
     
    Public Property OriginAtMargins As Boolean
    public bool OriginAtMargins {get; set;}

    Property Value

    true if the graphics origin starts at the page margins; false if the graphics origin is at the top-left corner of the printable page. The default is false.
    See Also