imageWidth

The image width for the document; filled in if the document is a PODS_IMAGE_TYPE document.

Interface

PODSDocument

IDL definition
attribute PODSUInt16 imageWidth;
JavaScript synopsis

Not applicable

C synopsis
PODSUInt16 PODSgetImageWidth(PODSDocument* doc);
void PODSsetImageWidth(
  PODSDocument* doc,
  PODSUInt16 width
);
Parameters
  • doc   The PODSDocument object.

  • width   [in] The image width to set.

Returns

Getter: Document image width.

Setter: None

See also

imageHeight, contentType