FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / GifFilter Class / StorageFolder Property

In This Topic
    StorageFolder Property (GifFilter)
    In This Topic
    Gets or sets the target folder for exported file. (The file name is specified by the FileName property.)
    Syntax
    'Declaration
     
    Public Property StorageFolder As IStorageFolder
    public IStorageFolder StorageFolder {get; set;}
    See Also