'Declaration Public Overloads Function ToPageSettings( _ ByVal document As C1PrintDocument _ ) As PageSettings
public PageSettings ToPageSettings( C1PrintDocument document )
Parameters
- 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.
Return Value
The newly created System.Drawing.Printing.PageSettings object.