Trading_PictureManagerPictureDisplayType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PictureManagerPictureDisplayType.h Trading_PictureManagerPictureDisplayType.m |
Tasks
-
displayTypeThe style of picture display, with a maximum size.
property -
urlThe URL to the image in the Picture Manager album.
property -
sizeThe total file size of the picture, in bytes.
property -
heightThe height of a specific image, or the maximum allowed height, in pixels.
property
Varies for different calls. -
widthThe width of a specific image, or the maximum allowed width, in pixels.
property
Varies for different calls. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PictureManagerPictureDisplayType.hdisplayType
The style of picture display, with a maximum size.
@property (nonatomic, retain) NSString *displayTypeDiscussion
The style of picture display, with a maximum size.
type: string constant in Trading_PictureManagerPictureDisplayTypeCodeType.h
Declared In
Trading_PictureManagerPictureDisplayType.hheight
The height of a specific image, or the maximum allowed height, in pixels.
Varies for different calls.
@property (nonatomic, retain) NSNumber *heightDiscussion
The height of a specific image, or the maximum allowed height, in pixels.
Varies for different calls.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerPictureDisplayType.hsize
The total file size of the picture, in bytes.
@property (nonatomic, retain) NSNumber *sizeDiscussion
The total file size of the picture, in bytes.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerPictureDisplayType.hurl
The URL to the image in the Picture Manager album.
@property (nonatomic, retain) NSString *urlDiscussion
The URL to the image in the Picture Manager album.
type : NSString, wrapper for primitive string
Declared In
Trading_PictureManagerPictureDisplayType.hwidth
The width of a specific image, or the maximum allowed width, in pixels.
Varies for different calls.
@property (nonatomic, retain) NSNumber *widthDiscussion
The width of a specific image, or the maximum allowed width, in pixels.
Varies for different calls.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerPictureDisplayType.h