OfdOptions
UseTempFileStorage Property
|
Gets or sets whether to save to temporary files.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool UseTempFileStorage { get; set; }
Public Property UseTempFileStorage As Boolean
Get
Set
public:
property bool UseTempFileStorage {
bool get ();
void set (bool value);
}
member UseTempFileStorage : bool with get, set
Property Value
Type:
Boolean
See Also