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