This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/types.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. types

API reference for the types module.

# All public classes import directly from the top-level package:
from nutrient_sdk import Color

Classes

ClassDescription
ColorRepresents a color in ARGB format.

Value Types

TypeDescription
RectFRepresents a rectangle with float coordinates.
vec2fRepresents a 2D vector with X and Y components as floating-point values. Used to specify positions, sizes, and other 2D measurements in PDF coordinate space.