Enum Width
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Width of thumbnail in pixels. Possible values are: 100
, 200
, 400
If width
is omitted, but height
is specified, width
defaults to height
. If both width
and height
are omitted, the server will return a thumbnail closest to 200
, if such a thumbnail is available.
public enum Width
Fields
NUMBER_100 = 100
Enum NUMBER_100 for value: 100
NUMBER_200 = 200
Enum NUMBER_200 for value: 200
NUMBER_400 = 400
Enum NUMBER_400 for value: 400