update 20250821

This commit is contained in:
Stefan Hutter
2025-08-21 17:17:36 +02:00
parent c417227651
commit 98dc8ed0cb
273 changed files with 2116816 additions and 1004487 deletions

View File

@@ -24,6 +24,12 @@
Event occurs when current progress changed.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.CurrentProgressChangedEventArgs.CurrentProgressChanged">
<summary>
Gets the current progress changed.
</summary>
<value>The current progress changed.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.CurrentProgressChangedEventArgs.#ctor(System.Int32,System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.CurrentProgressChangedEventArgs"/> class.
@@ -32,24 +38,11 @@
<param name="activeSheetIndex">Index of the active sheet.</param>
<param name="source">The source.</param>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.CurrentProgressChangedEventArgs.CurrentProgressChanged">
<summary>
Gets the current progress changed.
</summary>
<value>The current progress changed.</value>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs">
<summary>
Event occurs before sheet is drawn.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs.#ctor(System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs"/> class.
</summary>
<param name="currentSheet">The current sheet.</param>
<param name="source">The source.</param>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs.CurrentSheet">
<summary>
Gets or sets the current sheet.
@@ -62,11 +55,24 @@
</summary>
<value><c>true</c> if skip; otherwise, <c>false</c>.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs.#ctor(System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs"/> class.
</summary>
<param name="currentSheet">The current sheet.</param>
<param name="source">The source.</param>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.SheetAfterDrawnEventArgs">
<summary>
Event occurs after sheet is drawn.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.SheetAfterDrawnEventArgs.AfterSheet">
<summary>
Gets the current sheet.
</summary>
<value>The current sheet.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.SheetAfterDrawnEventArgs.#ctor(System.Int32,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.SheetAfterDrawnEventArgs"/> class.
@@ -74,12 +80,6 @@
<param name="afterSheet">The after sheet.</param>
<param name="source">The source.</param>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.SheetAfterDrawnEventArgs.AfterSheet">
<summary>
Gets the current sheet.
</summary>
<value>The current sheet.</value>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.NamespaceDoc">
<summary>
The Syncfusion.ExcelToPdfConverter namespace contains classes for converting Excel documents into PDF.
@@ -308,6 +308,11 @@
Indicates the object of the Excel to pdf converter settings object.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter._workBookStructureElement">
<summary>
Indicates the object of the Parent StructureElement object.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter._pdfPageTemplate">
<summary>
Indicates the object of the pdf template in which the document is drawn first.
@@ -443,6 +448,11 @@
It's define the page layout settings.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter._streamDictionary">
<summary>
Stores a mapping between string keys and their associated memory streams of picture refer to EMF Image.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter._columnWidthGetter">
<summary>
It's define the used range coloum width
@@ -623,48 +633,118 @@
List to maintain the footer Bounds.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SystemFontsName">
<summary>
Get system font name collection.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.Warning">
<summary>
Represents the warning detail about unsupported and substituted elements in Excel to PDF conversion.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsHFRTFProcess">
<summary>
Represents Header Footer RTF Process.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.StreamDictionary">
<summary>
Gets the dictionary that maps string keys to MemoryStream values of picture refer to EMF Image.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.LeftWidth">
<summary>
Represents Left width.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.RightWidth">
<summary>
Represents Right width.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ExcelToPdfSettings">
<summary>
Represents Excel to pdf converter settings.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.HfImageBounds">
<summary>
Represents Header Footer Image bounds.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.AlternativePdfFont">
<summary>
Get or set the alternate pdf font while applying substitute font.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor(Syncfusion.XlsIO.IWorkbook)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class with the specified workbook.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class with the specified workbook.
</summary>
<param name="workbook">The workbook.</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor(Syncfusion.XlsIO.IWorksheet)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class with the specified worksheet.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class with the specified worksheet.
</summary>
<param name="worksheet">The worksheet.</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor(Syncfusion.XlsIO.IChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class with the specified chart.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class with the specified chart.
</summary>
<param name="chart">The chart.</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class with the specified file name.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class with the specified file name.
</summary>
<param name="filePath">The file path.</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.#ctor(System.IO.Stream)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter"/> class with the specified stream.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter" /> class with the specified stream.
</summary>
<param name="stream">The workbook stream.</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.GetLayoutOptions(Syncfusion.XlsIO.Implementation.PageSetupBaseImpl)">
<summary>
Gets the <see cref="T:Syncfusion.ExcelToPdfConverter.LayoutOptions"/> LayoutOptions based on PageSetup.
Gets the <see cref="T:Syncfusion.ExcelToPdfConverter.LayoutOptions" /> LayoutOptions based on PageSetup.
</summary>
<param name="pageSetup">Current Page setup.</param>
<returns>Returns the LayoutOptions.</returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.MergeMethod">
<summary>
Delegate for Merged cell rendering.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CellMethod">
<summary>
Delegate for background cell rendering.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CurrentProgressChanged">
<summary>
Occurs when current progress changed.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SheetBeforeDrawn">
<summary>
Occurs before the sheet is drawn.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SheetAfterDrawn">
<summary>
Occurs after the sheet is drawn.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.RaiseWarning(System.String,Syncfusion.XlsIO.WarningType)">
<summary>
Raises a warning with the description and warning type.
@@ -921,10 +1001,10 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.OnSheetBeforeDrawn(Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs)">
<summary>
Raises the <see cref="E:SheetBeforeDrawn"/> event.
Raises the <see cref="E:SheetBeforeDrawn" /> event.
</summary>
<param name="args">
The <see cref="T:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs"/> instance containing the
The <see cref="T:Syncfusion.ExcelToPdfConverter.SheetBeforeDrawnEventArgs" /> instance containing the
event data.
</param>
</member>
@@ -955,6 +1035,42 @@
unmanaged resources.
</param>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ChartToImageConverter">
<summary>
Represents the chart to image converter instance.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsPrintTitleRowPage">
<summary>
Gets a value indicating whether this instance is print title row page.
</summary>
<value>
<c>true</c> if this instance is print title row page; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsPrintTitleColumnPage">
<summary>
Gets a value indicating whether this instance is print title column page.
</summary>
<value>
<c>true</c> if this instance is print title column page; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.RowHeightGetter">
<summary>
Gets the row height getter.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ColumnWidthGetter">
<summary>
Gets the column width getter.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.Pdf_UnitConverter">
<summary>
PDF Unit Converter.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.DrawSheet(Syncfusion.XlsIO.IWorksheet,Syncfusion.XlsIO.IRange[])">
<summary>
Draws the sheet.
@@ -1954,7 +2070,34 @@
<param name="sheet">The sheet.</param>
<returns>Return the Pdf document with the image.</returns>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.DrawImage(Syncfusion.XlsIO.IShape,System.Drawing.Image,Syncfusion.Pdf.Graphics.PdfGraphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,Syncfusion.Pdf.Graphics.PdfPath)">
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.HasNestedMetafile(System.Drawing.Image)">
<summary>
Determines whether the specified <see cref="T:System.Drawing.Image"/> contains a nested metafile.
</summary>
<param name="image">The image to check, expected to be a <see cref="T:System.Drawing.Imaging.Metafile"/>.</param>
<returns>
<c>true</c> if the image contains a nested metafile and causes an exception during size-based operations;
otherwise, <c>false</c>.
</returns>
<remarks>
This method attempts to access the width and height of the image and use them to create a <see cref="T:System.Drawing.Bitmap"/>.
If an exception occurs, it is assumed the metafile is nested or problematic.
</remarks>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ReCreateMetafile(System.Drawing.Imaging.Metafile)">
<summary>
Recreates a <see cref="T:System.Drawing.Imaging.Metafile"/> by rendering its content into a new <see cref="T:System.Drawing.Imaging.Metafile"/> instance.
</summary>
<param name="metafile">The source <see cref="T:System.Drawing.Imaging.Metafile"/> to be recreated.</param>
<returns>A new <see cref="T:System.Drawing.Imaging.Metafile"/> with the same visual content as the original.</returns>
<remarks>
This method creates a new in-memory <see cref="T:System.Drawing.Imaging.Metafile"/> by drawing the original metafile onto it using GDI+.
Useful for sanitizing or reinitializing metafile content, such as when avoiding nested metafile issues.
The output stream used for the new metafile is disposed before the metafile is returned,
but the metafile remains usable.
</remarks>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.DrawImage(Syncfusion.XlsIO.IShape,System.Drawing.Image,Syncfusion.Pdf.Graphics.PdfGraphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,Syncfusion.Pdf.Graphics.PdfPath,System.IO.Stream)">
<summary>
Draws all necessary images.
</summary>
@@ -2797,6 +2940,15 @@
True if the text is an unicode else false will returned.
</returns>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CheckUnicodestring(System.String,System.Int32@)">
<summary>
Checks if the text is unicode and get the index of the unicode text.
</summary>
<param name="unicodeText">The unicode text.</param>
<returns>
True if the text is an unicode else false will returned.
</returns>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CheckUnicodeWithoutPunctuation(System.String)">
<summary>
Checks whether the unicode characters are only punctuations
@@ -3130,107 +3282,6 @@
Set the tag element
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SystemFontsName">
<summary>
Get system font name collection.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.Warning">
<summary>
Represents the warning detail about unsupported and substituted elements in Excel to PDF conversion.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsHFRTFProcess">
<summary>
Represents Header Footer RTF Process.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.LeftWidth">
<summary>
Represents Left width.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.RightWidth">
<summary>
Represents Right width.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ExcelToPdfSettings">
<summary>
Represents Excel to pdf converter settings.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.HfImageBounds">
<summary>
Represents Header Footer Image bounds.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.AlternativePdfFont">
<summary>
Get or set the alternate pdf font while applying substitute font.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CurrentProgressChanged">
<summary>
Occurs when current progress changed.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SheetBeforeDrawn">
<summary>
Occurs before the sheet is drawn.
</summary>
</member>
<member name="E:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.SheetAfterDrawn">
<summary>
Occurs after the sheet is drawn.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ChartToImageConverter">
<summary>
Represents the chart to image converter instance.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsPrintTitleRowPage">
<summary>
Gets a value indicating whether this instance is print title row page.
</summary>
<value>
<c>true</c> if this instance is print title row page; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.IsPrintTitleColumnPage">
<summary>
Gets a value indicating whether this instance is print title column page.
</summary>
<value>
<c>true</c> if this instance is print title column page; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.RowHeightGetter">
<summary>
Gets the row height getter.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.ColumnWidthGetter">
<summary>
Gets the column width getter.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.Pdf_UnitConverter">
<summary>
PDF Unit Converter.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.MergeMethod">
<summary>
Delegate for Merged cell rendering.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.CellMethod">
<summary>
Delegate for background cell rendering.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.ExcelToPDFConverterException">
<summary>
Returns the <see cref="T:System.Exception"/> when trying to convert the Excel document to a PDF document.
@@ -3354,17 +3405,9 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings" /> class.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings.GetExcelSheetSize(Syncfusion.XlsIO.ExcelPaperSize,Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings)">
<summary>
Gets the size of the excel sheet.
</summary>
<param name="paperSize">Size of the paper.</param>
<param name="settings">Excel to PDF converter settings.</param>>
<returns>The Size of the output pdf page.</returns>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings.RenderBySheet">
<summary>
Gets or sets value to indicate whether the PDF rendering to be done sheet-by-sheet or not.
@@ -3590,6 +3633,14 @@
Gets or sets a boolean value indicating whether the accessibility tags should be enabled in the converted PDF document. Default value is <b>false</b>
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings.GetExcelSheetSize(Syncfusion.XlsIO.ExcelPaperSize,Syncfusion.ExcelToPdfConverter.ExcelToPdfConverterSettings)">
<summary>
Gets the size of the excel sheet.
</summary>
<param name="paperSize">Size of the paper.</param>
<param name="settings">Excel to PDF converter settings.</param>>
<returns>The Size of the output pdf page.</returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.HeaderFooter">
<summary>
The class has the functions and properties to manipulate the Header and footers of the output page.
@@ -3612,15 +3663,9 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.HeaderFooter"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.HeaderFooter" /> class.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooter.Clone">
<summary>
Clone corresponding headerFooter
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.HeaderFooter.TemplateSize">
<summary>
Gets or sets the size of the template.
@@ -3639,6 +3684,12 @@
</summary>
<value>The header footer sections.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooter.Clone">
<summary>
Clone corresponding headerFooter
</summary>
<returns></returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.HeaderFooterSection">
<summary>
The class has the properties to hold the header and footer section settings.
@@ -3679,12 +3730,6 @@
True, if header/footer having page count, false otherwise.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooterSection.Clone">
<summary>
Clone corresponding HeaderFooterSection.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.HeaderFooterSection.IsPageCount">
<summary>
Gets and Sets to indicate if header or footer having page count.
@@ -3725,6 +3770,12 @@
Represents the Header Footer Section text alignmet
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooterSection.Clone">
<summary>
Clone corresponding HeaderFooterSection.
</summary>
<returns></returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings">
<summary>
The class has the properties and functions for the HF color and font settings.
@@ -3762,17 +3813,9 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings" /> class.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>
A new object that is a copy of this instance.
</returns>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings.Font">
<summary>
Gets or sets the font.
@@ -3811,6 +3854,14 @@
</summary>
<value>The color of the font.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.HeaderFooterFontColorSettings.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>
A new object that is a copy of this instance.
</returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.GridLinesDisplayStyle">
<summary>
Represents the display style of the grid lines.
@@ -3999,15 +4050,100 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer" /> class.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.#ctor(Syncfusion.XlsIO.IListObjects)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer" /> class.
</summary>
<param name="sheetListObjects">The sheet list objects.</param>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle">
<summary>
Enumeration of the Border Styles.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.None">
<summary>
Represents that no ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Top">
<summary>
Represents that Top ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Bottom">
<summary>
Represents that Bottom ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Left">
<summary>
Represents that Left ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Right">
<summary>
Represents that Right ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.TopBottom">
<summary>
Represents that both Top and Bottom ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.LeftRight">
<summary>
Represents that both Left and Right ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.All">
<summary>
Represents that all ExcelBorderIndex is set.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle">
<summary>
Enumeration of the Solid style in Borders
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.None">
<summary>
Represents the No Solidstyle.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Top">
<summary>
Represents the solid style for the Top ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Bottom">
<summary>
Represents the solid style for the Bottom ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Right">
<summary>
Represents the solid style for the Right ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Left">
<summary>
Represents the solid style for the Left ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.TopBottom">
<summary>
Represents the solid style for both Top and Bottom ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.LeftRight">
<summary>
Represents the solid style for both Right and Left ExcelBorderIndex.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.ApplyStyles(Syncfusion.XlsIO.IWorksheet,System.Collections.Generic.Dictionary{Syncfusion.XlsIO.IRange,System.Drawing.Color}@)">
<summary>
Applies the styles.
@@ -4277,91 +4413,6 @@
Returns true if the built in style is within the this.lastColumn and first column list else false will be returned.
</returns>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle">
<summary>
Enumeration of the Border Styles.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.None">
<summary>
Represents that no ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Top">
<summary>
Represents that Top ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Bottom">
<summary>
Represents that Bottom ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Left">
<summary>
Represents that Left ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.Right">
<summary>
Represents that Right ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.TopBottom">
<summary>
Represents that both Top and Bottom ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.LeftRight">
<summary>
Represents that both Left and Right ExcelBorderIndex is set.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.BorderStyle.All">
<summary>
Represents that all ExcelBorderIndex is set.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle">
<summary>
Enumeration of the Solid style in Borders
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.None">
<summary>
Represents the No Solidstyle.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Top">
<summary>
Represents the solid style for the Top ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Bottom">
<summary>
Represents the solid style for the Bottom ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Right">
<summary>
Represents the solid style for the Right ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.Left">
<summary>
Represents the solid style for the Left ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.TopBottom">
<summary>
Represents the solid style for both Top and Bottom ExcelBorderIndex.
</summary>
</member>
<member name="F:Syncfusion.ExcelToPdfConverter.TableStyleRenderer.SolidStyle.LeftRight">
<summary>
Represents the solid style for both Right and Left ExcelBorderIndex.
</summary>
</member>
<member name="T:Syncfusion.ExcelToPdfConverter.PageSetupOption">
<summary>
</summary>
@@ -4388,14 +4439,14 @@
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.PageSetupOption.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.IRange)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.PageSetupOption"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.PageSetupOption" /> class.
</summary>
<param name="sheet">The sheet.</param>
<param name="actualUsedRange">The actual used range</param>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.PageSetupOption.#ctor(Syncfusion.XlsIO.Implementation.WorksheetImpl,Syncfusion.XlsIO.IRange,Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.PageSetupOption"/> class.
Initializes a new instance of the <see cref="T:Syncfusion.ExcelToPdfConverter.PageSetupOption" /> class.
</summary>
<param name="sheet">The sheet.</param>
<param name="actualUsedRange">Used range.</param>
@@ -4406,6 +4457,50 @@
Empty constructor
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.FitPagesWide">
Fit pages wide
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.FitPagesTall">
Fit pages tall
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HorizontalBreaks">
<summary>
Horizontal breaks.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.VerticalBreaks">
<summary>
Vertical breaks.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleFirstRow">
<summary>
Gets the print title first row.
</summary>
<value>The print title first row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleFirstColumn">
<summary>
Gets the print title first column.
</summary>
<value>The print title first column.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleLastRow">
<summary>
Gets the print title last row.
</summary>
<value>The print title last row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleLastColumn">
<summary>
Gets the print title last column.
</summary>
<value>The print title last column.</value>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.PageSetupOption.IsPrintTitleValid(System.String[])">
<summary>
Validates row or column name wih the provided cell names.
@@ -4413,6 +4508,68 @@
<param name="cellNames">The cell names to find column or row of.</param>
<returns>True if print titles are valid. Otherwise False.</returns>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintTitleRows">
<summary>
Gets a value indicating whether this instance has print title rows.
</summary>
<value>
<c>true</c> if this instance has print title rows; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintTitleColumns">
<summary>
Gets a value indicating whether this instance has print title columns.
</summary>
<value>
<c>true</c> if this instance has print title columns; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintArea">
<summary>
Gets a value indicating whether this instance has print area.
</summary>
<value>
<c>true</c> if this instance has print area; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.TitleRowHeight">
<summary>
Gets the height of the title row.
</summary>
<value>The height of the title row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.TitleColumnWidth">
<summary>
Gets the width of the title column.
</summary>
<value>The width of the title column.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.RowIndexes">
<summary>
Gets the row indexes.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.ColumnIndexes">
<summary>
Gets the column indexes.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintAreas">
<summary>
Gets the print areas.
</summary>
<value>The print areas.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.Worksheet">
<summary>
Gets the worksheet.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PageSetup">
<summary>
Gets the page setup of the worksheet.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.PageSetupOption.ParseTitleRows">
<summary>
Parses the title rows.
@@ -4504,112 +4661,6 @@
<param name="veriRange">The veri range.</param>
<param name="finalColumn">The final column.</param>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.FitPagesWide">
Fit pages wide
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.FitPagesTall">
Fit pages tall
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HorizontalBreaks">
<summary>
Horizontal breaks.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.VerticalBreaks">
<summary>
Vertical breaks.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleFirstRow">
<summary>
Gets the print title first row.
</summary>
<value>The print title first row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleFirstColumn">
<summary>
Gets the print title first column.
</summary>
<value>The print title first column.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleLastRow">
<summary>
Gets the print title last row.
</summary>
<value>The print title last row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintTitleLastColumn">
<summary>
Gets the print title last column.
</summary>
<value>The print title last column.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintTitleRows">
<summary>
Gets a value indicating whether this instance has print title rows.
</summary>
<value>
<c>true</c> if this instance has print title rows; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintTitleColumns">
<summary>
Gets a value indicating whether this instance has print title columns.
</summary>
<value>
<c>true</c> if this instance has print title columns; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.HasPrintArea">
<summary>
Gets a value indicating whether this instance has print area.
</summary>
<value>
<c>true</c> if this instance has print area; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.TitleRowHeight">
<summary>
Gets the height of the title row.
</summary>
<value>The height of the title row.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.TitleColumnWidth">
<summary>
Gets the width of the title column.
</summary>
<value>The width of the title column.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.RowIndexes">
<summary>
Gets the row indexes.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.ColumnIndexes">
<summary>
Gets the column indexes.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PrintAreas">
<summary>
Gets the print areas.
</summary>
<value>The print areas.</value>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.Worksheet">
<summary>
Gets the worksheet.
</summary>
</member>
<member name="P:Syncfusion.ExcelToPdfConverter.PageSetupOption.PageSetup">
<summary>
Gets the page setup of the worksheet.
</summary>
</member>
<member name="M:Syncfusion.ExcelToPdfConverter.ExcelToPdfLayoutSetting.#ctor(Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter)">
<summary>
To assign the Excel to pdf converter