GoXam for WPF v3
PrintPageOptions Enumeration
Northwoods.GoXam Namespace : PrintPageOptions Enumeration
This enumeration provides options for controlling how printing occupies each page.
Syntax
[Flags()]
public enum PrintPageOptions : System.Enum 
Members
MemberDescription
BackgroundPrint 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.
FullBackgroundPrint over the whole page and include the Diagram's Background.
FullGridPrint over the whole page and include the Diagram's Diagram.GridPattern, if Diagram.GridVisible.
FullGridBackgroundPrint over the whole page and include the Diagram's Diagram.GridPattern and Background.
GridPrint any background grid pattern that the diagram may have. (Diagram.GridVisible must also be true.)
GridBackgroundPrint both the Diagram's Background and any visible Diagram.GridPattern.
None Only print the requested area of the diagram or the given parts.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.PrintPageOptions

See Also

Reference

Northwoods.GoXam Namespace