'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("Behavior")> <DescriptionAttribute("A name describing the intent of the markup annotation (PDF 1.6).")> Public Property Intent As System.String
[DefaultValue(null)] [Category("Behavior")] [Description("A name describing the intent of the markup annotation (PDF 1.6).")] public System.String Intent { get; set; }
[DefaultValue(null)] [Category("Behavior")] [Description("A name describing the intent of the markup annotation (PDF 1.6).")] public: __property System.String get_Intent(); public: __property void set_Intent(
System.String value
);
[DefaultValue(null)] [Category("Behavior")] [Description("A name describing the intent of the markup annotation (PDF 1.6).")] public:
property System.String Intent { System.String get(); void set(System.String value); }