[]
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview()
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(PrintStyle style)
Type | Name | Description |
---|---|---|
PrintStyle | style | The PrintStyle object to preview. |
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(Appointment appointment)
Type | Name | Description |
---|---|---|
Appointment | appointment | The Appointment object to preview. |
Opens a separate application window in which end users can preview the output that would be generated by the print operation.
public void Preview(PrintStyle style, DateTime start, DateTime end)
Type | Name | Description |
---|---|---|
PrintStyle | style | The PrintStyle object to preview. |
DateTime | start | The DateTime value specifying the beginning of the print range. |
DateTime | end | The DateTime value specifying the end of the print range. |