The PdfExportSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IncludeFilterSettings |
Gets or sets a value indicating whether to include filter settings or not.
Default value: True.
(Inherited from ExportSettings.) |
![]() | IncludeNonVisibleContent |
Gets or sets a value indicating whether to include non-visible content,
e.g. trellis panels and complete tables. This is not applicable when exporting
active page or all pages.
Default value: False.
(Inherited from ExportSettings.) |
![]() | IncludePageFooter |
Gets or sets a value indicating whether to include page footers or not.
Default value: False.
(Inherited from ExportSettings.) |
![]() | IncludePageTitles |
Gets or sets a value indicating whether to include page titles or not.
Default value: True.
(Inherited from ExportSettings.) |
![]() | IncludeVisualizationDescriptions |
Gets or sets a value indicating whether to include visualization descriptions or not.
Default value: False.
(Inherited from ExportSettings.) |
![]() | IncludeVisualizationTitles |
Gets or sets a value indicating whether to include visualization titles or not.
Default value: True.
(Inherited from ExportSettings.) |
![]() | PageFooter |
Gets or sets the text in the page footer.
(Inherited from ExportSettings.) |
![]() | PageOrientation |
Gets or sets the page orientation.
Default value: Landscape.
|
![]() | PaperSize |
Gets or sets the paper size.
Default value: Letter.
|
![]() | Scope |
Gets or sets the scope of the export.
Default value: ActivePage.
(Inherited from ExportSettings.) |
![]() | UseEntirePage |
Gets or sets a value indicating whether the entire page should be used.
If True, the aspect ratio is not kept.
Default value: False.
(Inherited from ExportSettings.) |
See Also