DiagramControl.ShowPrintPreview(Int32, OrientationKind) Method
In This Article
Invokes the Print Preview and scales the document according to the specified page count.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ShowPrintPreview(
int pageCount,
OrientationKind fitOrientation
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | An integer value that specifies the number of pages to which to fit the diagram. |
fit |
Orientation |
A DevExpress. |
See Also