VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / DistanceBetweenImages Property
Syntax Requirements SeeAlso
In This Topic
DistanceBetweenImages Property (WpfImagePrintManager)
In This Topic
Gets or sets distance, in device-independent pixels (1/96th inch), between images in mosaic mode.
Syntax
'Declaration

<CategoryAttribute("VintaSoft")>
<DescriptionAttribute("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")>
<DefaultValueAttribute(10)>
Public Property DistanceBetweenImages As System.Windows.Size

[Category("VintaSoft")]
[Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")]
[DefaultValue(10)]
public System.Windows.Size DistanceBetweenImages { get; set; }

Property Value

Valid values are from 0 to 300. Default value is 10.0.
Requirements

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

See Also