Class GridPdfSaveOptions

GridPdfSaveOptions class

Represents the options for saving pdf file.

public class GridPdfSaveOptions

Constructors

NameDescription
GridPdfSaveOptions()The construct of GridSaveOptions

Properties

NameDescription
CachedFileFolder { get; set; }The cached file folder is used to store some large data.
CalculateFormula { get; set; }Indicates whether to calculate formulas before saving pdf file.
ClearData { get; set; }Make the workbook empty after saving the file.
Compliance { get; set; }Workbook converts to pdf will according to PdfCompliance in this property.
CreateDirectory { get; set; }If true and the directory does not exist, the directory will be automatically created before saving the file.
CreatedTime { get; set; }Gets and sets the time of generating the pdf document.
CustomPropertiesExport { get; set; }Gets or sets a value determining the way are exported to PDF file. Default value is None.
DisplayDocTitle { get; set; }Indicates whether the window’s title bar should display the document title.
EmbedStandardWindowsFonts { get; set; }True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true.
EmfRenderSetting { get; set; }Setting for rendering Emf metafile.
ExportDocumentStructure { get; set; }Indicates whether to export document structure.
FontEncoding { get; set; }Gets or sets embedded font encoding in pdf.
MergeAreas { get; set; }Indicates whether merge the areas of conditional formatting and validation before saving the file.
OptimizationType { get; set; }Gets and sets pdf optimization type.
PdfCompression { get; set; }Indicate the compression algorithm
Producer { get; set; }Gets and sets producer of generated pdf document.
RefreshChartCache { get; set; }Indicates whether refreshing chart cache data
SortExternalNames { get; set; }Indicates whether sorting external defined names before saving file.
SortNames { get; set; }Indicates whether sorting defined names before saving file.
UpdateSmartArt { get; set; }Indicates whether updating smart art setting. The default value is false.
ValidateMergedAreas { get; set; }Indicates whether validate merged cells before saving the file.

Methods

NameDescription
SetImageResample(int, int)Sets desired PPI(pixels per inch) of resample images and jpeg quality. All images will be converted to JPEG with the specified quality setting, and images that are greater than the specified PPI (pixels per inch) will be resampled.

See Also