PrintInMargins Enum
In This Article
Lists values that specify whether to print content in the page margins.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Always
|
Print content in the page margins. |
Never
|
Do not print content in the page margins. |
Outer
|
Print content in the outer page margins only. |
#Related API Members
The following properties accept/return PrintInMargins values:
Library | Related API Members |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
Set the PrintInMargins property to OuterMarginsOnly to disable printing in the inner page margins for multi-page documents.
See Also