Northwoods.GoSilverlight 1.2.2 Assembly
PrintPageOptions Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : PrintPageOptions Enumeration

This enumeration provides options for controlling how printing occupies each page.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum PrintPageOptions 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
[FlagsAttribute()]
public enum PrintPageOptions : System.Enum, IComparableIConvertibleIFormattable  

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

Requirements

See Also

© 2010 All Rights Reserved.