Inherits from | |
Conforms to | |
Framework | System/Library/Frameworks/Quartz.framework/ImageKit.framework |
Availability | Available in Mac OS X v10.5 and later. |
Declared in | IKSaveOptions.h |
The IKSaveOptions
class initializes, adds, and manages user interface options for saving image data.
Adds a save options accessory view to a save panel.
- (void)addSaveOptionsAccessoryViewToSavePanel: (NSSavePanel*)savePanel;
The panel you want to extend.
IKSaveOptions.h
Returns a dictionary of image properties that reflects the user’s selection.
- (NSDictionary *)imageProperties;
A dictionary of updated image properties.
IKSaveOptions.h
Returns the uniform type identifier that reflects the user’s selection.
- (NSString *)imageUTType;
A string that specifies the uniform type identifier of the selection.
IKSaveOptions.h
Initializes a save options accessory pane for the provided image properties and uniform type identifier.
- (id)initWithImageProperties: (NSDictionary*)imageProperties imageUTType: (NSString*)imageUTType;
A dictionary of image properties.
A string that specifies a uniform type identifier, such as JPEG
. See Uniform Type Identifiers Overview.
The initialized object.
IKSaveOptions.h
Returns a dictionary that contains the save options selected by the user.
- (NSDictionary *)userSelection;
A dictionary of save options.
IKSaveOptions.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-12-06)