Link Search Menu Expand Document

Constructor: documentAttributeImageSize

Back to constructors index

Defines the width and height of an image uploaded as document

Attributes:

NameTypeRequiredDescription
wintOptionalWidth of image
hintOptionalHeight of image

Type: DocumentAttribute

Example:

$documentAttributeImageSize = ['_' => 'documentAttributeImageSize', 'w' => int, 'h' => int];