MetaDataType
No description
type MetaDataType {
height: Int
width: Int
aspectRatio: Float
}
Fields
MetaDataType.height ● Int scalar
MetaDataType.width ● Int scalar
MetaDataType.aspectRatio ● Float scalar
this value is width/height. so to calc e.g the height for a given height use yourWith/aspectRatio.
Member of
DocumentType object