PdfSaveOptions

PdfSaveOptions class

Allows to specify additional options when rendering project pages to PDF.

The PdfSaveOptions type exposes the following members:

Constructors

NameDescription
PdfSaveOptions()Initializes a new instance of the

Properties

NameDescription
save_format
bar_stylesGets or sets the list of the instances of the
draw_non_working_timeGets or sets a value indicating whether non-working time should be drawn (Default value is TRUE).
end_dateGets or sets a date to finish rendering to.
fit_timescale_to_end_of_pageGets 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_contentGets or sets a value indicating whether row height should be increased to fit its content.
gridlinesGets or sets a list of
legend_on_each_pageGets or sets a value indicating whether legend should be shown on each page (Default value is TRUE).
mark_critical_tasksGets or sets a value indicating whether critical tasks should be displayed in red color (Default value is FALSE).
non_working_time_colorGets or sets the non-working time color.
page_countGets or sets the number of pages of project.
page_sizeGets or sets the size of page to be rendered (Default value is PageSize.A4).
is_portraitGets or sets a value indicating whether the page orientation is portrait; returns false if the page orientation is landscape.
presentation_formatGets or sets the
roll_up_gantt_barsGets 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.
start_dateGets or sets the date to start rendering from.
text_stylesGets or sets the list of the instances of the
timescaleGets or sets the
use_gradient_brushGets or sets a value indicating whether gradient brush should be used when rendering Gantt Chart.
viewGets or sets a list of the view columns to render (
view_settingsGets or sets a view (
custom_page_sizeGets or sets the custom page size in points (1 point = 1/72 of inch).
render_to_single_pageGets 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.
reduce_footer_gapGets or sets a value indicating whether a gap between last task and the footer must be reduced.
complianceGets or sets a desired compliance level for generated PDF document.
Default is
encryption_detailsGets or sets a encryption details. If not set, then no encryption will be performed.
text_compressionGets or sets a compression type to be used for all content streams except images.
Default is
digital_signature_detailsGets or sets a digital signature details. If not set, then no signing will be performed.
save_to_separate_filesGets or sets a value indicating whether to save project pages to separate files.
page_saving_callbackGets or sets a user-defined callback which is used to get an output stream for each rendered page.
Is applicable when
pagesGets or sets the list of pages numbers to save when saving project layout to separate files.
font_settingsSpecifies font settings used when rendering project’s view.

See Also