Gets or sets a value indicating whether this is export.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
bool Export { get; set; }
Property Export As Boolean Get Set
property bool Export { bool get (); void set (bool value); }
abstract Export : bool with get, set
Property Value
Booleantrue if export; otherwise, false.