VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / HolePunchRemovalCommand Class / FillBorderSize Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    FillBorderSize Property (HolePunchRemovalCommand)
    In This Topic
    Gets or sets the size, in pixels, of border around hole punch, which should be filled.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The size, in pixels, of border around hole punch, which should be filled.")>
    Public Property FillBorderSize As System.Int32
    
    
    [DefaultValue(0)]
    [Description("The size, in pixels, of border around hole punch, which should be filled.")]
    public System.Int32 FillBorderSize { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The size, in pixels, of border around hole punch, which should be filled.")]
    public: __property System.Int32 get_FillBorderSize();
    public: __property void set_FillBorderSize(
    System.Int32 value
    );
    [DefaultValue(0)]
    [Description("The size, in pixels, of border around hole punch, which should be filled.")]
    public:
    property System.Int32 FillBorderSize { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    0 - command will fill hole punch only (use this value for "ideal" hole punches);
    N - command will file hole punch and border around hole punch (use border around hole punch for "not ideal" hole punches).
    Default value is 0.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 0.
    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