VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / DistanceBetweenImages Property
Синтаксис Требования Смотрите также
В этом разделе
    DistanceBetweenImages Свойство (WpfImagePrintManager)
    В этом разделе
    Возвращает или задает расстояние в независимых от устройства пикселях (1/96 дюйма) между изображениями в режиме мозаики.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")>
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(10)>
    Public Property DistanceBetweenImages As System.Windows.Size
    
    
    [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")]
    [Category("VintaSoft")]
    [DefaultValue(10)]
    public System.Windows.Size DistanceBetweenImages { get; set; }
    
    
    [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")]
    [Category("VintaSoft")]
    [DefaultValue(10)]
    public: __property System.Windows.Size* get_DistanceBetweenImages();
    public: __property void set_DistanceBetweenImages(
    System.Windows.Size* value
    );
    [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")]
    [Category("VintaSoft")]
    [DefaultValue(10)]
    public:
    property System.Windows.Size^ DistanceBetweenImages { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }

    Property Value

    Действительные значения от 0 до 300. Значение по умолчанию - 10,0.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также