LogoDetail
An object containing information about a particular logo: ID, location, justification, placement, height, width, and any alternate text used for ADA.
| Parameter | Type | Description |
|---|---|---|
| LogoID | string | A unique identifier for a specific logo. |
| Image | base64string | The location of the image to be processed. |
| Justification | string | Specifies the header location of the logo with available values of "top," "center," or "right." |
| Placement | string | Specifies the header location of the logo with available values of "left," "center," or "right." This is a required field. The default value is "left" if no value is entered. |
| HeightInInches | float | Specifies the height of the logo. Unless otherwise specified,
auto-scaling will occur. Note: You must specify either height or
width. |
| WidthInInches | float | Specifies the width of the logo. Unless otherwise specified,
auto-scaling will occur. Note: You must specify either height or
width. |
| AlternateText | string | Applies a string value used for hover text in ADA-compliant documents. This is an optional field. |