Click or drag to resize
PageMarginsElement Class
Used to set the page margins.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.GridExcelBuilder.AbstractElementBase
    Kettic.AspNet.Controls.GridExcelBuilderPageMarginsElement

Namespace: Kettic.AspNet.Controls.GridExcelBuilder
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PageMarginsElement : ElementBase

The PageMarginsElement type exposes the following members.

Constructors
  NameDescription
Public methodPageMarginsElement
Top
Properties
  NameDescription
Public propertyBottom
Determines the size of the Bottom margin
Public propertyLeft
Determines the size of the Left margin
Public propertyRight
Determines the size of the Right margin
Public propertyTop
Determines the size of the Top margin
Top
See Also