'Declaration <DefaultValueAttribute("0; 0; 0; 0")> <DescriptionAttribute("The padding of the document content.")> Public Property ContentPadding As Vintasoft.Imaging.PaddingF
[DefaultValue("0; 0; 0; 0")] [Description("The padding of the document content.")] public Vintasoft.Imaging.PaddingF ContentPadding { get; set; }
[DefaultValue("0; 0; 0; 0")] [Description("The padding of the document content.")] public: __property Vintasoft.Imaging.PaddingF get_ContentPadding(); public: __property void set_ContentPadding(
Vintasoft.Imaging.PaddingF value
);
[DefaultValue("0; 0; 0; 0")] [Description("The padding of the document content.")] public:
property Vintasoft.Imaging.PaddingF ContentPadding { Vintasoft.Imaging.PaddingF get(); void set(Vintasoft.Imaging.PaddingF value); }