'Declaration <DefaultValueAttribute(Highlight)> <DescriptionAttribute("The text markup mode that is used to markup text.")> <CategoryAttribute("Behavior")> Public Property MarkupMode As PdfTextMarkupToolMode
[DefaultValue(Highlight)] [Description("The text markup mode that is used to markup text.")] [Category("Behavior")] public PdfTextMarkupToolMode MarkupMode { get; set; }
[DefaultValue(Highlight)] [Description("The text markup mode that is used to markup text.")] [Category("Behavior")] public: __property PdfTextMarkupToolMode get_MarkupMode(); public: __property void set_MarkupMode(
PdfTextMarkupToolMode value
);
[DefaultValue(Highlight)] [Description("The text markup mode that is used to markup text.")] [Category("Behavior")] public:
property PdfTextMarkupToolMode MarkupMode { PdfTextMarkupToolMode get(); void set(PdfTextMarkupToolMode value); }