Class PageLayoutInfo
Telerik internal use only.
Inheritance
System.Object
PageLayoutInfo
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class PageLayoutInfo
Constructors
PageLayoutInfo()
Declaration
public PageLayoutInfo()
Properties
BottomMargin
ContinuousPaper
Declaration
public bool ContinuousPaper { get; set; }
Property Value
System.
|
Height
Landscape
Declaration
public bool Landscape { get; set; }
Property Value
System.
|
LeftMargin
PaperKind
Declaration
public string PaperKind { get; set; }
Property Value
System.
|
RightMargin
TopMargin
Width
Methods
FillPageSettings(PageSettings)
Declaration
public void FillPageSettings(PageSettings pageSettings)
Parameters
Page
|
FromPageSettings(PageSettings)
Declaration
public static PageLayoutInfo FromPageSettings(PageSettings pageSettings)
Parameters
Page
|