XpsOptions
Contents
[
Hide
]XpsOptions class
Allows to specify additional options when rendering project pages to XPS.
The XpsOptions type exposes the following members:
Constructors
Name | Description |
---|---|
XpsOptions() | Initializes a new instance of the |
Properties
Name | Description |
---|---|
bar_styles | Gets or sets the list of the instances of the |
draw_non_working_time | Gets or sets a value indicating whether non-working time should be drawn (Default value is TRUE). |
end_date | Gets or sets a date to finish rendering to. |
fit_timescale_to_end_of_page | Gets or sets whether a calendar section of a view should be rendered to the end (right side) of the last page. If value is false, calendar section is rendered exactly to EndDate, even there is an empty space on a page. |
fit_content | Gets or sets a value indicating whether row height should be increased to fit its content. |
gridlines | Gets or sets a list of |
legend_on_each_page | Gets or sets a value indicating whether legend should be shown on each page (Default value is TRUE). |
mark_critical_tasks | Gets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE). |
non_working_time_color | Gets or sets the non-working time color. |
page_count | Gets or sets the number of pages of project. |
page_size | Gets or sets the size of page to be rendered (Default value is PageSize.A4). |
presentation_format | Gets or sets the |
roll_up_gantt_bars | Gets or sets a value indicating whether subtasks on the summary task bar should be marked. For subtasks, the Rollup field indicates whether information on the subtask Gantt bars will be rolled up to the summary task bar. For summary tasks, the Rollup field indicates whether the summary task bar displays rolled up bars. You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them. |
save_format | Gets or sets the format in which the document will be saved if this save options object is used. |
start_date | Gets or sets the date to start rendering from. |
text_styles | Gets or sets the list of the instances of the |
timescale | Gets or sets the |
use_gradient_brush | Gets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart. |
view | Gets or sets a list of the view columns to render ( |
view_settings | Gets or sets a view ( |
custom_page_size | Gets or sets the custom page size in points (1 point = 1/72 of inch). |
render_to_single_page | Gets or sets a value indicating whether a project should be rendered to a single page when project is saved in graphical format. The page size will be changed so the rendered project can be fit on one page. |
render_metafile_as_bitmap | Gets or sets a value indicating whether a metafile should be rendered as bitmap. |
See Also
- namespace aspose.tasks.saving
- assembly Aspose.Tasks