PDFView4NET WinForms Edition
DelayedLoadForFileAttachments Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : DelayedLoadForFileAttachments Property
Gets or sets a value indicating whether delayed load should be used for file attachments.
Syntax
'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);
}

Property Value

True if the file attachments should be loaded of explicit request, otherwise they are loaded automatically.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members