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


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