'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether an image must be inlined in PDF content.")> Public Property InlineImage As Boolean
[DefaultValue(False)] [Description("A value indicating whether an image must be inlined in PDF content.")] public bool InlineImage { get; set; }
[DefaultValue(False)] [Description("A value indicating whether an image must be inlined in PDF content.")] public: __property bool get_InlineImage(); public: __property void set_InlineImage(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether an image must be inlined in PDF content.")] public:
property bool InlineImage { bool get(); void set(bool value); }