PDFView4NET WinForms Edition
Size Property (PDFFileAttachmentAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFileAttachmentAnnotation Class : Size Property
Gets the file size.
Syntax
'Declaration
 
Public ReadOnly Property Size As Integer
'Usage
 
Dim instance As PDFFileAttachmentAnnotation
Dim value As Integer
 
value = instance.Size
public int Size {get;}
public: __property int get_Size();
public:
property int Size {
   int get();
}

Property Value

The size of the file stored in Data property.
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

PDFFileAttachmentAnnotation Class
PDFFileAttachmentAnnotation Members