Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintPDFEventArgs Class / PdfFileName Property
Example


In This Topic
    PdfFileName Property
    In This Topic
    Gets or sets the PDF file name.
    Syntax
    'Declaration
     
    Public Property PdfFileName As String
    'Usage
     
    Dim instance As PrintPDFEventArgs
    Dim value As String
     
    instance.PdfFileName = value
     
    value = instance.PdfFileName
    public string PdfFileName {get; set;}
    Example
    This example sets the PdfFileName property.
    See Also