[Flags()] public enum PrintPageOptions : System.Enum
[Flags()] public enum PrintPageOptions : System.Enum
| Member | Description |
|---|---|
| Background | Print the Diagram's Background. |
| Full | Print over the whole page, not just along the left or top sides for those pages that are in the last column or row. |
| FullBackground | Print over the whole page and include the Diagram's Background. |
| FullGrid | Print over the whole page and include the Diagram's Diagram.GridPattern, if Diagram.GridVisible. |
| FullGridBackground | Print over the whole page and include the Diagram's Diagram.GridPattern and Background. |
| Grid | Print any background grid pattern that the diagram may have. (Diagram.GridVisible must also be true.) |
| GridBackground | Print both the Diagram's Background and any visible Diagram.GridPattern. |
| None | Only print the requested area of the diagram or the given parts. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.PrintPageOptions