VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / MultipageDisplayMode Property
Syntax Requirements SeeAlso
In This Topic
    MultipageDisplayMode Property (WpfImageViewer)
    In This Topic
    Gets or sets the multipage display mode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(FixedImages)>
    <BrowsableAttribute(False)>
    Public Property MultipageDisplayMode As Vintasoft.Imaging.UI.ImageViewerMultipageDisplayMode
    
    
    [DefaultValue(FixedImages)]
    [Browsable(False)]
    public Vintasoft.Imaging.UI.ImageViewerMultipageDisplayMode MultipageDisplayMode { get; set; }
    
    
    [DefaultValue(FixedImages)]
    [Browsable(False)]
    public: __property Vintasoft.Imaging.UI.ImageViewerMultipageDisplayMode get_MultipageDisplayMode();
    public: __property void set_MultipageDisplayMode(
    Vintasoft.Imaging.UI.ImageViewerMultipageDisplayMode value
    );

    Property Value

    Default value is ImageViewerMultipageDisplayMode.FixedImages.
    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