VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / MultipageDisplayLayoutDirection Property
Syntax Requirements SeeAlso
In This Topic
    MultipageDisplayLayoutDirection Property (WpfImageViewer)
    In This Topic
    Gets or sets the images layout direction in multipage display mode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Vertical)>
    <BrowsableAttribute(False)>
    Public Property MultipageDisplayLayoutDirection As Vintasoft.Imaging.UI.ImagesLayoutDirection
    
    
    [DefaultValue(Vertical)]
    [Browsable(False)]
    public Vintasoft.Imaging.UI.ImagesLayoutDirection MultipageDisplayLayoutDirection { get; set; }
    
    
    [DefaultValue(Vertical)]
    [Browsable(False)]
    public: __property Vintasoft.Imaging.UI.ImagesLayoutDirection get_MultipageDisplayLayoutDirection();
    public: __property void set_MultipageDisplayLayoutDirection(
    Vintasoft.Imaging.UI.ImagesLayoutDirection value
    );

    Property Value

    Default value is ImagesLayoutDirection.Vertical.
    Requirements

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

    See Also