Share via


IPicture.SaveAsFile(IntPtr, Boolean, Int32) Method

Definition

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

Applies to