Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PdfWriteTo Enumeration


In This Topic
    PdfWriteTo Enumeration
    In This Topic
    Specifies the output for printing the sheet as PDF.
    Syntax
    'Declaration
     
    
    Public Enum PdfWriteTo 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PdfWriteTo
    public enum PdfWriteTo : System.Enum 
    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