'Declaration Public Function New( _ ByVal source As C1PageSettings, _ ByVal landscape As Boolean _ )
public C1PageSettings( C1PageSettings source, bool landscape )
Parameters
- source
- The C1PageSettings object to initialize the current one from.
- landscape
- A value indicating whether the current page settings should have landscape orientation.