[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintMargin

PrintMargin Class

Represents the margin for the printed page.

Inheritance
PrintMargin
Implements
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintMargin : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PrintMargin
    Implements ISerializeSupport

Constructors

Name Description
PrintMargin()

Creates a new PrintMargin object with margins set to zero.

PrintMargin(int, int, int, int, int, int)

Creates a new PrintMargin object with the specified margins.

Properties

Name Description
Bottom

Gets or sets the bottom margin for the printed page.

Gets or sets the footer margin for the printed page.

Header

Gets or sets the header margin for the printed page.

Left

Gets or sets the left margin for the printed page.

Right

Gets or sets the right margin for the printed page.

Top

Gets or sets the top margin for the printed page.

Methods

Name Description
ToString()

Always returns null.