Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / EnhancePreview Property


In This Topic
    EnhancePreview Property
    In This Topic
    Gets or sets the state to show enhanced print preview dialog.
    Syntax
    'Declaration
     
    
    Public Property EnhancePreview As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.EnhancePreview = value
     
    value = instance.EnhancePreview
    public bool EnhancePreview {get; set;}
    See Also