Gets and sets a boolean value that determines whether saving with FTP is buffered completely before sending.
'Declaration
Public Property BufferFtp As Boolean
'Usage
Dim instance As SaveOptions
Dim value As Boolean
instance.BufferFtp = value
value = instance.BufferFtp
public bool BufferFtp {get; set;}
public: __property bool get_BufferFtp();
public: __property void set_BufferFtp(
bool value
);
public:
property bool BufferFtp {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to buffer the compressed image locally before transferring it to the FTP location. Otherwise,
false should be used to immediately transfer the image as it is compressing.