'宣言 Public Function New( _ ByVal source As C1PageSettings, _ ByVal landscape As System.Boolean _ )
'使用法 Dim source As C1PageSettings Dim landscape As System.Boolean Dim instance As New C1PageSettings(source, landscape)
public C1PageSettings( C1PageSettings source, System.bool landscape )
パラメータ
- source
- The C1PageSettings object to initialize the current one from.
- landscape
- A value indicating whether the current page settings should have landscape orientation.