VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / DistanceBetweenImages Property
Syntax Requirements SeeAlso
In This Topic
    DistanceBetweenImages Property (ImagePrintDocument)
    In This Topic
    Gets or sets space between images, in hundredths of an inch.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Space between images, in hundredths of an inch.")>
    <DefaultValueAttribute(5)>
    Public Property DistanceBetweenImages As System.Int32
    
    
    [Category("VintaSoft")]
    [Description("Space between images, in hundredths of an inch.")]
    [DefaultValue(5)]
    public System.Int32 DistanceBetweenImages { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("Space between images, in hundredths of an inch.")]
    [DefaultValue(5)]
    public: __property System.Int32 get_DistanceBetweenImages();
    public: __property void set_DistanceBetweenImages(
    System.Int32 value
    );
    [Category("VintaSoft")]
    [Description("Space between images, in hundredths of an inch.")]
    [DefaultValue(5)]
    public:
    property System.Int32 DistanceBetweenImages { System.Int32 get(); void set(System.Int32 value); }

    Property Value

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