Class PageLayoutSettings
Deprecated.
Inheritance
System.Object
PageLayoutSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
[Obsolete("This class is obsolete. Please use RadDocument.SectionDefaultPageSize property instead.")]
public class PageLayoutSettings
Constructors
PageLayoutSettings()
Declaration
public PageLayoutSettings()
PageLayoutSettings(Single, Single)
Declaration
public PageLayoutSettings(float width, float height)
Parameters
System.Single
width
|
System.Single
height
|
PageLayoutSettings(PageLayoutSettings)
Declaration
public PageLayoutSettings(PageLayoutSettings originalSettings)
Parameters
PageLayoutSettings
originalSettings
|
PageLayoutSettings(PaperTypes)
Declaration
public PageLayoutSettings(PaperTypes paperType)
Parameters
Telerik.Windows.Documents.Model.PaperTypes
paperType
|
PageLayoutSettings(RadDocument)
Properties
Height
Declaration
public float Height { get; set; }
Property Value
System.Single
|
Size
Width
Declaration
public float Width { get; set; }
Property Value
System.Single
|
Methods
CopyProperties(PageLayoutSettings)
Declaration
public void CopyProperties(PageLayoutSettings fromSettings)
Parameters
PageLayoutSettings
fromSettings
|