'Declaration <DefaultValueAttribute(Default)> <DescriptionAttribute("The text quadding.")> <CategoryAttribute("Font")> Public Property TextQuadding As Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType
[DefaultValue(Default)] [Description("The text quadding.")] [Category("Font")] public Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType TextQuadding { get; set; }
[DefaultValue(Default)] [Description("The text quadding.")] [Category("Font")] public: __property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType get_TextQuadding(); public: __property void set_TextQuadding(
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType value
);
[DefaultValue(Default)] [Description("The text quadding.")] [Category("Font")] public:
property Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType TextQuadding { Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType get(); void set(Vintasoft.Imaging.Pdf.Tree.InteractiveForms.TextQuaddingType value); }