UseDynamicLayout Property (DocumentLayoutSettings)
Gets or sets a value indicating whether the document uses dynamic layout.
'Declaration
Public Property UseDynamicLayout As Boolean
public bool UseDynamicLayout { get; set; }
public: __property bool get_UseDynamicLayout();
public: __property void set_UseDynamicLayout(
bool
);
public:
property bool UseDynamicLayout {
bool get();
void set(bool );
}
Property Value
True - the document uses dynamic layout;
false - the document does not use dynamic layout.
Default value is false.
The dynamic layout is used for internal operations in SDK and should not be used in client code.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5