IPicture.SaveAsFile(IntPtr, Boolean, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SaveAsFile(IntPtr pstm, bool fSaveMemCopy, [Runtime::InteropServices::Out] int % pcbSize);
public void SaveAsFile (IntPtr pstm, bool fSaveMemCopy, out int pcbSize);
abstract member SaveAsFile : nativeint * bool * int -> unit
Public Sub SaveAsFile (pstm As IntPtr, fSaveMemCopy As Boolean, ByRef pcbSize As Integer)
Parameters
- pstm
-
IntPtr
nativeint
- fSaveMemCopy
- Boolean
- pcbSize
- Int32