> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/workflow-forms-syntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/commands/object_print_command.md).

# ObjectPrintCommand

## Шаблон ObjectPrintCommand <a href="#template_object_print_command" id="template_object_print_command"></a>

```xml
<Command Name="" Type="ObjectPrintCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <Condition Name="" />
  <Lock Value="" />
  <!--Тэги, специфичные для ObjectPrintCommand-->
  <Object Name="" />
  <ScaleRatio></ScaleRatio>
  <LandscapeOrientation></LandscapeOrientation>
</Command>
```

## Описание ObjectPrintCommand <a href="#description_object_print_command" id="description_object_print_command"></a>

```xml
<Command Name="ObjectPrintCommandName" Type="ObjectPrintCommand" Assembly="Commands">
  <!--Тэги, общие для всех команд-->
  <!--Тэги, специфичные для ObjectPrintCommand-->
</Command>
```

### Результат выполнения ObjectPrintCommand <a href="#result_object_print_command" id="result_object_print_command"></a>

Команда не имеет результата.

## Тэги, специфичные для ObjectPrintCommand <a href="#tags_object_print_command" id="tags_object_print_command"></a>

### Object <a href="#object" id="object"></a>

Объект для печати.

Обязательный тэг. Значение тэга `<Object>`: не ожидается.

```xml
<Object Name="ObjectName" />
```

#### Атрибуты тэга `<Object>` <a href="#attributes_tag_object" id="attributes_tag_object"></a>

<table data-header-hidden><thead><tr><th align="center"></th><th width="464.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название одного из <a href="/pages/-M_trMOGdnRPuANTPwuB">объектов</a>, описанных в форме.</p><p></p><p>Обязательный атрибут. Ожидается название одного из объектов, описанных в форме.</p></td></tr></tbody></table>

### ScaleRatio <a href="#scale_ratio" id="scale_ratio"></a>

Коэффициент масштабирования выводимого на печать изображения.

Необязательный тэг. Ожидается числовое значение.

Если значение тэга `<ScaleRatio>` пустое, то используется значение 1.

```xml
<ScaleRatio>0.5</ScaleRatio>
```

### LandscapeOrientation <a href="#landscape_orientation" id="landscape_orientation"></a>

Признак, определяющий, следует ли по умолчанию горизонтально расположить лист для печати.

Необязательный тэг. Ожидается логическое значение.

Если значение тэга `<LandscapeOrientation>` пустое, то используется значение False.

```xml
<LandscapeOrientation>True</LandscapeOrientation>
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wfsys.gitbook.io/workflow-forms-syntax/workflow_forms/commands/object_print_command.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
