Gets or sets a value indicating whether this is flatten.
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 Flatten { get; set; }
Property Flatten As Boolean Get Set
property bool Flatten { bool get (); void set (bool value); }
abstract Flatten : bool with get, set