Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PdfWriteTo Enumeration


PdfWriteTo Enumeration
Specifies the output for printing the sheet as PDF.
Syntax
'Declaration
 
Public Enum PdfWriteTo 
   Inherits System.Enum
 
'Usage
 
Dim instance As PdfWriteTo
Members
MemberDescription
FilePrints the sheet as PDF to a file
StreamPrints the sheet as PDF to a stream
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.PdfWriteTo

See Also