VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DocumentLayoutSettings Class / UseDynamicLayout Property
Syntax Remarks Requirements SeeAlso
In This Topic
    UseDynamicLayout Property (DocumentLayoutSettings)
    In This Topic
    Gets or sets a value indicating whether the document uses dynamic layout.
    Syntax
    'Declaration
    
    Public Property UseDynamicLayout As Boolean
    
    
    public bool UseDynamicLayout { get; set; }
    
    
    public: __property bool get_UseDynamicLayout();
    public: __property void set_UseDynamicLayout(
    bool value
    );
    public:
    property bool UseDynamicLayout { bool get(); void set(bool value); }

    Property Value

    True - the document uses dynamic layout;
    false - the document does not use dynamic layout.
    Default value is false.
    Remarks

    The dynamic layout is used for internal operations in SDK and should not be used in client code.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also