Class PageInfo

Info

Represents the page information.

public class PageInfo : PageSize

Inheritance

objectPageSizePageInfo

Inherited Members

Constructors

PageInfo()

Constructor of Documentize.PageInfo.

public PageInfo()

PageInfo(double, double)

Constructor of Documentize.PageInfo.

public PageInfo(double width, double height)

Parameters

Properties

MarginBottom

Gets or sets a value that indicates the bottom margin.

public double MarginBottom { get; set; }

Property Value

double

MarginLeft

Gets or sets a value that indicates the left margin.

public double MarginLeft { get; set; }

Property Value

double

MarginRight

Gets or sets a value that indicates the right margin.

public double MarginRight { get; set; }

Property Value

double

MarginTop

Gets or sets a value that indicates the top margin.

public double MarginTop { get; set; }

Property Value

double

Namespace: Documentize Assembly: Documentize.dll

 English