'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("Delayed load option for file attachments.")> <DefaultValueAttribute(False)> Public Property DelayedLoadForFileAttachments As Boolean
'Usage
Dim instance As PDFDocument Dim value As Boolean instance.DelayedLoadForFileAttachments = value value = instance.DelayedLoadForFileAttachments
[Category("PDF")] [Description("Delayed load option for file attachments.")] [DefaultValue(false)] public bool DelayedLoadForFileAttachments {get; set;}
[Category("PDF")] [Description("Delayed load option for file attachments.")] [DefaultValue(false)] public: __property bool get_DelayedLoadForFileAttachments(); public: __property void set_DelayedLoadForFileAttachments( bool value );
[Category("PDF")] [Description("Delayed load option for file attachments.")] [DefaultValue(false)] public: property bool DelayedLoadForFileAttachments { bool get(); void set ( bool value); }