Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileSpecification.FileInfo Class / FileName Property

In This Topic
    FileName Property (FileSpecification.FileInfo)
    In This Topic
    Gets or sets the file specification string of the form described in PDF Specification Section 3.10.1, “File Specification Strings”.
    Syntax
    'Declaration
     
    Public Property FileName As System.String
    public System.string FileName {get; set;}
    See Also