[]
Shows the specified object in a print preview dialog.
public void Preview(object printDocument)
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. |
Shows the specified object in a print preview dialog using the specified PageSettings object.
public void Preview(PrintDocumentWrapper printDocument, ref PageSettings pageSettings)
Type | Name | Description |
---|---|---|
PrintDocumentWrapper | printDocument | The PrintDocumentWrapper object to preview. |
PageSettings | pageSettings | The PageSettings object for using in preview. |
Shows the specified PrintDocumentWrapper object in a print preview dialog.
public void Preview(PrintDocumentWrapper printDocument)
Type | Name | Description |
---|---|---|
PrintDocumentWrapper | printDocument | The PrintDocumentWrapper object to preview. |