'宣言 Public Overloads Function ToPageSettings( _ ByVal document As C1PrintDocument _ ) As System.Drawing.Printing.PageSettings
'使用法 Dim instance As C1PageSettings Dim document As C1PrintDocument Dim value As System.Drawing.Printing.PageSettings value = instance.ToPageSettings(document)
public System.Drawing.Printing.PageSettings ToPageSettings( C1PrintDocument document )
パラメータ
- document
- The C1PrintDocument object providing the default units (needed if some sizes in the current object are specified in UnitTypeEnum.Default) and DPI (needed if some sizes in the current object are specified in UnitTypeEnum.Pixel). Can be null, but in that case the current object must not contain sizes specified in document default units or pixels.
戻り値の型
The newly created System.Drawing.Printing.PageSettings object.