ChannelImageHeight Property

This property contains the height of the image in pixels.

Syntax

ANSI (Cross Platform)
char* GetChannelImageHeight();
int SetChannelImageHeight(const char* lpszChannelImageHeight); Unicode (Windows) LPWSTR GetChannelImageHeight();
INT SetChannelImageHeight(LPCWSTR lpszChannelImageHeight);
@property (nonatomic,readwrite,assign,getter=channelImageHeight,setter=setChannelImageHeight:) NSString* channelImageHeight;
- (NSString*)channelImageHeight;
- (void)setChannelImageHeight:(NSString*)newChannelImageHeight;
#define PID_RSS_CHANNELIMAGEHEIGHT 11

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_RSS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_RSS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the height of the image in pixels.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]