Class PageInfo
Info
Represents the page information.
public class PageInfo : PageSize
Inheritance
Inherited Members
- PageSize.Width,
- PageSize.Height,
- PageSize.IsLandscape,
- PageSize.A0,
- PageSize.A1,
- PageSize.A2,
- PageSize.A3,
- PageSize.A4,
- PageSize.A5,
- PageSize.A6,
- PageSize.B5,
- PageSize.PageLetter,
- PageSize.PageLegal,
- PageSize.PageLedger,
- PageSize.P11x17,
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
MarginLeft
Gets or sets a value that indicates the left margin.
public double MarginLeft { get; set; }
Property Value
MarginRight
Gets or sets a value that indicates the right margin.
public double MarginRight { get; set; }
Property Value
MarginTop
Gets or sets a value that indicates the top margin.
public double MarginTop { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll