VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / UploadBase64ImagesRequestParams Class / fileName Property
Syntax Requirements SeeAlso
In This Topic
    fileName Property (UploadBase64ImagesRequestParams)
    In This Topic
    Gets or sets a name of file in which uploaded images will be saved on server.
    Syntax
    'Declaration
    
    Public Property fileName As String
    
    
    public string fileName { get; set; }
    
    
    public: __property string* get_fileName();
    public: __property void set_fileName(
    string* value
    );
    public:
    property string^ fileName { string^ get(); void set(string^ value); }

    Property Value

    Default value is "tempImage.pdf".
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also