[]
        
(Showing Draft Content)

C1.WPF.Document.C1PageSettings

C1PageSettings Class

Represents the page settings of a C1Document.

Inheritance
C1PageSettings
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class C1PageSettings : C1PageSettings
Public Class C1PageSettings
    Inherits C1PageSettings

Constructors

Name Description
C1PageSettings()
C1PageSettings(C1PageSettings)

Initializes a new instance of the C1PageSettings class using the specified C1.Document.C1PageSettings object.

C1PageSettings(PageSettings)

Initializes a new instance of the C1PageSettings class using the specified PageSettings object.

Properties

Name Description
PaperSource

Gets or sets the paper source for the current page settings.

PrinterResolution

Gets or sets the printer resolution for the current page settings.

Methods

Name Description
AssignFrom(PageSettings)

Assigns (copies) properties from a PageSettings to the current object.

IsLayoutEqual(PageSettings)

Gets a value indicating whether this C1PageSettings object has same layout as specified PageSettings object, i.e. it has same paper size and margins.

ToPageSettings(PrinterSettings)

Creates an instance of the PageSettings class, and initializes it with the properties of the current C1PageSettings object.

Operators

Name Description
implicit operator C1PageSettings(PageSettings)

Implicitly converts a PageSettings object to a C1PageSettings object.