Trading_PictureManagerPictureDisplayType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PictureManagerPictureDisplayType.h Trading_PictureManagerPictureDisplayType.m |
Tasks
-
displayType
The style of picture display, with a maximum size.
property -
url
The URL to the image in the Picture Manager album.
property -
size
The total file size of the picture, in bytes.
property -
height
The height of a specific image, or the maximum allowed height, in pixels.
property
Varies for different calls. -
width
The 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PictureManagerPictureDisplayType.h
displayType
The style of picture display, with a maximum size.
@property (nonatomic, retain) NSString *displayType
Discussion
The style of picture display, with a maximum size.
type: string constant in Trading_PictureManagerPictureDisplayTypeCodeType.h
Declared In
Trading_PictureManagerPictureDisplayType.h
height
The height of a specific image, or the maximum allowed height, in pixels.
Varies for different calls.
@property (nonatomic, retain) NSNumber *height
Discussion
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.h
size
The total file size of the picture, in bytes.
@property (nonatomic, retain) NSNumber *size
Discussion
The total file size of the picture, in bytes.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerPictureDisplayType.h
url
The URL to the image in the Picture Manager album.
@property (nonatomic, retain) NSString *url
Discussion
The URL to the image in the Picture Manager album.
type : NSString, wrapper for primitive string
Declared In
Trading_PictureManagerPictureDisplayType.h
width
The width of a specific image, or the maximum allowed width, in pixels.
Varies for different calls.
@property (nonatomic, retain) NSNumber *width
Discussion
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