VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / CompressPdfRequestParams Class / outFilename Property
Syntax Requirements SeeAlso
In This Topic
    outFilename Property (CompressPdfRequestParams)
    In This Topic
    Output filename.
    Syntax
    'Declaration
    
    Public Property outFilename As String
    
    
    public string outFilename { get; set; }
    
    
    public: __property string* get_outFilename();
    public: __property void set_outFilename(
    string* value
    );
    public:
    property string^ outFilename { string^ get(); void set(string^ value); }
    Requirements

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

    See Also