In This Topic
Gets or sets whether to print the sheet as PDF.
Syntax
'Declaration
Public Property PrintToPdf As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.PrintToPdf = value
value = instance.PrintToPdf
public bool PrintToPdf {get; set;}
See Also