-
-
GrapeCity.Documents.Excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateTimeConverter
- DeserializationOptions
- DocumentProperties
- FindOptions
- FontColorSortField
- FormulaJsonError
- HtmlSaveOptions
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- InvalidFormulaException
- InvalidTemplateException
- JsonDataSource
- JsonError
- LicenseManager
- Margin
- NumberFormatParseException
- OpenOptions
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
-
PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- PrintManager
- PrintOutOptions
- RadioButtonListCellType
- RangeEventArgs
- RangeTemplateCellType
- RepeatSetting
- ReplaceOptions
- SaveOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- TextFormatInfo
- Theme
- Themes
- ValueSortField
- ViewerPreferences
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- GrapeCity.Documents.Excel.Drawing
- GrapeCity.Documents.Excel.Expressions
- GrapeCity.Documents.Excel.Forms
-
GrapeCity.Documents.Excel
GrapeCity.Documents.Excel.PdfSaveOptions
PdfSaveOptions Class
Option class for saving PDF file.
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class PdfSaveOptions : SaveOptionsBase
Public Class PdfSaveOptions
Inherits SaveOptionsBase
Constructors
| Name | Description |
|---|---|
| PdfSaveOptions() | Constructor. |
Properties
| Name | Description |
|---|---|
| BorderOptions | This dictionary stores border options when exporting PDF. |
| DocumentProperties | Represents the document properties of the PDF. |
| FormFields | Indicates that whether to replace Excel form controls with PDF form fields. Not all controls and properties are supported. |
| ImageQuality | Gets or sets the image quality, in percent. This value must be between 0 (lowest quality, maximum compression) to 100 (highest quality, no compression). The default is 75. |
| IncludeAutoMergedCells | Indicates whether to include the automatically merged cells. The default value is false. |
| OpenActionScript | Get or set the JavaScript to be execute when the saved PDF file is opened. |
| PrintBackgroundPicture | True if the sheet's background image is printed on the page. |
| PrintTransparentCell | True if the transparency of the cell's background color is printed on the page. |
| SecurityOptions | Represents the security settings of PDF. |
| ShrinkToFitSettings | The settings about performing shrink to fit on the wrapped text. |
| ViewerPreferences | The settings that contains information specifying how the current document should be displayed. |
Events
| Name | Description |
|---|---|
| PagePrinted | Occurs when a page was printed. |
| PagePrinting | Occurs before printing a page. |