Class used to persist page settings without printer settings. The following page settings are persisted: color, landscape, margins, paper size and name.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class C1DPageSettings
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class C1DPageSettings

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument.Util..::.C1DPageSettings

See Also