'Declaration <RefreshPropertiesAttribute(Repaint)> <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation must be printed on PDF page.")> Public Property IsPrintable As Boolean
[RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] [Description("A value indicating whether the annotation must be printed on PDF page.")] public bool IsPrintable { get; set; }
[RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] [Description("A value indicating whether the annotation must be printed on PDF page.")] public: __property bool get_IsPrintable(); public: __property void set_IsPrintable(
bool value
);
[RefreshProperties(Repaint)] [Category("Behavior")] [DefaultValue(False)] [Description("A value indicating whether the annotation must be printed on PDF page.")] public:
property bool IsPrintable { bool get(); void set(bool value); }