[]
        
(Showing Draft Content)

C1.Schedule.Printing.PreviewWrapper.Preview

Preview Method

Preview(object)

Shows the specified object in a print preview dialog.

Declaration
public void Preview(object printDocument)
Parameters
Type Name Description
object printDocument

An object to preview. It might be one of the next types: - C1.C1Preview.C1PrintDocument, - PrintDocument, - C1.C1Report.C1Report, - IBindingList, - IEnumerable.

Preview(PrintDocumentWrapper, ref PageSettings)

Shows the specified object in a print preview dialog using the specified PageSettings object.

Declaration
public void Preview(PrintDocumentWrapper printDocument, ref PageSettings pageSettings)
Parameters
Type Name Description
PrintDocumentWrapper printDocument

The PrintDocumentWrapper object to preview.

PageSettings pageSettings

The PageSettings object for using in preview.

Preview(PrintDocumentWrapper)

Shows the specified PrintDocumentWrapper object in a print preview dialog.

Declaration
public void Preview(PrintDocumentWrapper printDocument)
Parameters
Type Name Description
PrintDocumentWrapper printDocument

The PrintDocumentWrapper object to preview.