'Declaration <DescriptionAttribute("The size, in pixels, of border around hole punch, which should be filled.")> <DefaultValueAttribute(0)> Public Property FillBorderSize As System.Int32
[Description("The size, in pixels, of border around hole punch, which should be filled.")] [DefaultValue(0)] public System.Int32 FillBorderSize { get; set; }
[Description("The size, in pixels, of border around hole punch, which should be filled.")] [DefaultValue(0)] public: __property System.Int32 get_FillBorderSize(); public: __property void set_FillBorderSize(
System.Int32 value
);
[Description("The size, in pixels, of border around hole punch, which should be filled.")] [DefaultValue(0)] 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.
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.