Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PdfWriteTo Property


In This Topic
    PdfWriteTo Property
    In This Topic
    Gets or sets the output for printing the sheet as PDF.
    Syntax
    'Declaration
     
    
    Public Property PdfWriteTo As PdfWriteTo
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PdfWriteTo
     
    instance.PdfWriteTo = value
     
    value = instance.PdfWriteTo
    public PdfWriteTo PdfWriteTo {get; set;}
    See Also