PDFView4NET WinForms Edition
SelectedFileAttachment Property




O2S.Components.PDFView4NET Namespace > PDFFileAttachmentsView Class : SelectedFileAttachment Property
Gets or sets the selected file attachment in the list.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property SelectedFileAttachment As PDFFileAttachment
'Usage
 
Dim instance As PDFFileAttachmentsView
Dim value As PDFFileAttachment
 
instance.SelectedFileAttachment = value
 
value = instance.SelectedFileAttachment
[Browsable(false)]
public PDFFileAttachment SelectedFileAttachment {get; set;}
[Browsable(false)]
public: __property PDFFileAttachment* get_SelectedFileAttachment();
public: __property void set_SelectedFileAttachment( 
   PDFFileAttachment* value
);
[Browsable(false)]
public:
property PDFFileAttachment^ SelectedFileAttachment {
   PDFFileAttachment^ get();
   void set (    PDFFileAttachment^ value);
}

Property Value

A PDFFileAttachment object specifying the selected attachment.
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

PDFFileAttachmentsView Class
PDFFileAttachmentsView Members