VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / MultipageDisplayImagePadding Property
Syntax Requirements SeeAlso
In This Topic
    MultipageDisplayImagePadding Property (WpfImageViewer)
    In This Topic
    Gets or sets the image padding in multipage display mode.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property MultipageDisplayImagePadding As Vintasoft.Imaging.PaddingF
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.PaddingF MultipageDisplayImagePadding { get; set; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.PaddingF get_MultipageDisplayImagePadding();
    public: __property void set_MultipageDisplayImagePadding(
    Vintasoft.Imaging.PaddingF value
    );
    [Browsable(False)]
    public:
    property Vintasoft.Imaging.PaddingF MultipageDisplayImagePadding { Vintasoft.Imaging.PaddingF get(); void set(Vintasoft.Imaging.PaddingF value); }

    Property Value

    Default value is PaddingF(4).
    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