Applies one or more properties to all images in an image destination.
Original signature is 'void CGImageDestinationSetProperties ( CGImageDestinationRef idst, CFDictionaryRef properties );'
Available in Mac OS X version 10.4 and later.

C# | Visual Basic | Visual C++ |
public static void SetProperties( IntPtr idst, NSDictionary properties )
Public Shared Sub SetProperties ( _ idst As IntPtr, _ properties As NSDictionary _ )
public: static void SetProperties( IntPtr idst, NSDictionary^ properties )

- idst (IntPtr)
- MISSING
- properties (NSDictionary)
- MISSING

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)