IPXC_EmbeddedFileStream::UpdateFromFile Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_EmbeddedFileStream::UpdateFromFile Method}}
 
{{#customTitle:IPXC_EmbeddedFileStream::UpdateFromFile Method}}
 +
{{#parentPage:PXV:IPXC_EmbeddedFileStream#Methods|UpdateFromFile|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT UpdateFromFile([in] IAFS_File* pFile, [in, optional] IProgressMon* pMonitor);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT UpdateFromFile([in]                     IAFS_File*               pFile,
 +
                      [in, defaultvalue(NULL)] IProgressMon*             pMonitor,
 +
                      [in, defaultvalue(NULL)]  IPXS_EncodeFiltersArray*  pFArray);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pFile''
+
;pFile
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]].
 
:[in]  Pointer to [[PXV:IAFS_File|IAFS_File]].
;''pMonitor''
+
;pMonitor
:[in, optional]  Pointer to [[PXV:IProgressMon|IProgressMon]].
+
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IProgressMon|IProgressMon]].
 +
;pFArray
 +
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IPXS_EncodeFiltersArray|IPXS_EncodeFiltersArray]].
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]].
+
[[PXV:IPXC_EmbeddedFileStream|IPXC_EmbeddedFileStream]]

Latest revision as of 02:12, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT UpdateFromFile([in]                      IAFS_File*                pFile,
                       [in, defaultvalue(NULL)]  IProgressMon*             pMonitor,
                       [in, defaultvalue(NULL)]  IPXS_EncodeFiltersArray*  pFArray);

Parameters

pFile
[in] Pointer to IAFS_File.
pMonitor
[in, defaultvalue(NULL)] Pointer to IProgressMon.
pFArray
[in, defaultvalue(NULL)] Pointer to IPXS_EncodeFiltersArray.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_EmbeddedFileStream