Gets or sets the boolean value that represents whether a picture in a table is displayed inside or outside the table.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool LayoutInCell { get; set; }
Public Property LayoutInCell As Boolean Get Set
public: property bool LayoutInCell { bool get (); void set (bool value); }
member LayoutInCell : bool with get, set