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.Boolean
|
Height
Landscape
Declaration
public bool Landscape { get; set; }
Property Value
System.Boolean
|
LeftMargin
PaperKind
Declaration
public string PaperKind { get; set; }
Property Value
System.String
|
RightMargin
TopMargin
Width
Methods
FillPageSettings(PageSettings)
Declaration
public void FillPageSettings(PageSettings pageSettings)
Parameters
PageSettings
pageSettings
|
FromPageSettings(PageSettings)
Declaration
public static PageLayoutInfo FromPageSettings(PageSettings pageSettings)
Parameters
PageSettings
pageSettings
|
Returns
PageLayoutInfo
|