Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LandscapeRule Class
Members


In This Topic
    LandscapeRule Class
    In This Topic
    Represents the rules that determine whether to print in landscape format.
    Object Model
    LandscapeRule Class
    Syntax
    'Declaration
     
    Public Class LandscapeRule 
       Inherits SmartPrintRule
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    Dim instance As LandscapeRule
    public class LandscapeRule : SmartPrintRule, FarPoint.Win.ISerializeSupport  
    Remarks

    For more information about rules of printing, refer to Optimizing the Printing.

    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.SmartPrintRule
          FarPoint.Win.Spread.LandscapeRule

    See Also