imageHeight

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

Interface

PODSDocument

IDL definition
attribute PODSUInt16 imageHeight;
JavaScript synopsis

Not applicable

C synopsis
PODSUInt16 PODSgetImageHeight(PODSDocument* doc);
void PODSsetImageHeight(
  PODSDocument* doc,
  PODSUInt16 height
);
Parameters
  • doc   The PODSDocument object.

  • height   [in] The image height to set.

Returns

Getter: Document image height.

Setter: None

See also

imageWidth, contentType