In This Topic
Gets or sets whether to preview the sheet instead of printing.
Syntax
'Declaration
Public Property Preview As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.Preview = value
value = instance.Preview
public bool Preview {get; set;}
See Also