IAFS_FileInfo::Size Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileInfo::Size Property}}
 
{{#customTitle:IAFS_FileInfo::Size Property}}
{{#parentPage:PXV:IAFS_FileInfo|Size Property|property}}
+
{{#parentPage:PXV:IAFS_FileInfo#Properties|Size|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Size''' of interface [[PXV:IAFS_FileInfo|IAFS_FileInfo]] returns  Value of LONGLONG ...
+
Gets the size of the file.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  LONGLONG*  pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Size([out, retval]  LONGLONG*  nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_FileInfo|IAFS_FileInfo]].
+
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]

Latest revision as of 03:10, 15 June 2015

Gets the size of the file.

Syntax

HRESULT get_Size([out, retval]  LONGLONG*  nSize);

See Also

IAFS_FileInfo