IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

imageData (property)

This property optionally specifies the image data.

Syntax

- (NSString*)imageData:(int)imageIndex;
- (void)setImageData:(int)imageIndex:(NSString*)newImageData;

- (NSData*)imageDataB:(int)imageIndex; - (void)setImageDataB:(int)imageIndex:(NSData*)newImageData;
public func imageData(imageIndex: Int32) throws -> String
public func setImageData(imageIndex: Int32, newImageData: String) throws -> Void
public func imageDataB(imageIndex: Int32) throws -> Data
public func setImageDataB(imageIndex: Int32, newImageData: Data) throws -> Void

Default Value

""

Remarks

This property optionally specifies the image data. This may be used instead of specifying an image by file. The value specified here may be either the Hex encoded image data, or the raw un-encoded image data.

The ImageIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ImageCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 iOS Edition - Version 20.0 [Build 8249]