update 20250819 sf
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+87439
-82969
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -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
|
||||
|
||||
Binary file not shown.
+103111
-113531
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,514 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.PdfToImageConverter.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumNative">
|
||||
<summary>
|
||||
Class that imports the pdfium dlls.
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:Syncfusion.PdfToImageConverter.PdfiumNative.#cctor" -->
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.None">
|
||||
<summary>
|
||||
No flags.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForPrinting">
|
||||
<summary>
|
||||
Render for printing.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Annotations">
|
||||
<summary>
|
||||
Set if annotations are to be rendered.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LcdText">
|
||||
<summary>
|
||||
Set if using text rendering optimized for LCD display.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.NoNativeText">
|
||||
<summary>
|
||||
Don't use the native text output available on some platforms.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Grayscale">
|
||||
<summary>
|
||||
Grayscale output.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LimitImageCacheSize">
|
||||
<summary>
|
||||
Limit image cache size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForceHalftone">
|
||||
<summary>
|
||||
Always use halftone for image stretching.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Transparent">
|
||||
<summary>
|
||||
Render with a transparent background.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.CorrectFromDpi">
|
||||
<summary>
|
||||
Correct height/width for DPI.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumViewer">
|
||||
<summary>
|
||||
Class to use the pdfium methods for internal purpose.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfToImageConverter">
|
||||
<summary>
|
||||
Class to convert the pdf to images.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
<param name="password">Pasword for the file</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ScaleFactor">
|
||||
<summary>
|
||||
Scales the page while rendering in the PDF Viewer control for improving the quality of the image.
|
||||
Positive float values can be set. Recommended Value is 1 or 1.5f.
|
||||
If the value is greater than the recommended value, there might be any distortion in the performance of the PDF Viewer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ReferencePath">
|
||||
<summary>
|
||||
Gets or sets the reference path of the Pdfium library.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.PageCount">
|
||||
<summary>
|
||||
Gets the page count of the document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.DocumentID">
|
||||
<summary>
|
||||
Gets or sets the id of the document
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.Document">
|
||||
<summary>
|
||||
Gets or sets the pdf document value
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
<param name="disposeCompletely">disposes completely</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file as stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file stream</param>
|
||||
<param name="password">Password of the stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">page index of the document</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">The page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified page as stream with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size for the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</summary>
|
||||
<param name="pageIndex">The page index to be converted into <see cref="T:System.Drawing.Bitmap"/></param>
|
||||
<param name="customSize">The custom size of the converted <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<returns>Returns the specified page as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified pages as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size of the converted <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified pages as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumExportAsImage(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertPointToPixel(System.Double)">
|
||||
<summary>
|
||||
Converts points to pixel
|
||||
</summary>
|
||||
<param name="number">Point value</param>
|
||||
<returns>Returns the pixel value</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumRendering(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.IntPtr)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CreatePdfiumDocument(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Creates the pdfium document for the provided string.
|
||||
</summary>
|
||||
<param name="stream">Stream of the Pdf</param>
|
||||
<param name="password">Password of the pdf stream</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CheckBaseDirectory">
|
||||
<summary>
|
||||
Checks the base directory and provides it.
|
||||
</summary>
|
||||
<returns>Returns the base directory.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractText(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean)">
|
||||
<summary>
|
||||
Extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" textDataCollection">Provides the text data collection </param>
|
||||
<param name=" isLayout">maintains the layout if it is true </param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.TextExtraction(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean,System.Boolean,System.Int32)">
|
||||
<summary>
|
||||
Extracts the text from the specified page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection</param>
|
||||
<param name="isLayout">Text format</param>
|
||||
<param name="isRotated">Whether rotated or not</param>
|
||||
<param name="rotateAngle">Angle of rotation</param>
|
||||
<returns>Returns the extracted text from the provided page index</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractTextWithPageSize(System.Int32,System.Collections.Generic.Dictionary{System.Int32,Syncfusion.PdfToImageConverter.PageTextData}@)">
|
||||
<summary>
|
||||
extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" pageTextDataCollection">Provides the text data collection with page details</param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetTextSearchBounds(System.IntPtr,System.Int32,System.Int32,System.Double)">
|
||||
<summary>
|
||||
Gets the bounds of the text by using the results of pdfium for text search.
|
||||
</summary>
|
||||
<param name="page">Page object</param>
|
||||
<param name="stringLength">Length of the string</param>
|
||||
<param name="startIndex">Start index</param>
|
||||
<param name="pageHeight">Height of the Page</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetBounds(System.IntPtr,System.Int32,System.Double,System.Single)">
|
||||
<summary>
|
||||
Gets the bounds of the text.
|
||||
</summary>
|
||||
<param name="textPage">Page object</param>
|
||||
<param name="index">page index</param>
|
||||
<param name="height"></param>
|
||||
<param name="cropY"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetTextDetails(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean)">
|
||||
<summary>
|
||||
Gets the text details for the provided page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection of the page</param>
|
||||
<returns>Returns the text</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap)">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap[])">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Array of bitmap images to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractPdfiumLibrary">
|
||||
<summary>
|
||||
Extracts the Pdfium library to the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.String,System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}@)">
|
||||
<summary>
|
||||
Find the bounds of the specified text in the provided page index
|
||||
</summary>
|
||||
<param name="searchText">The text to be searched.</param>
|
||||
<param name="pageIndex">The specified page index.</param>
|
||||
<param name="matchRect">Holds the bounds of the matched texts.</param>
|
||||
<returns>Returns true if found any matchRectCollection.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}}@)">
|
||||
<summary>
|
||||
Find the bounds of the specified text in the provided document
|
||||
</summary>
|
||||
<param name="searchText">The text to be searched</param>
|
||||
<param name="matchDictionary">Holds the page number and rectangle positions of the text matches</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
|
||||
<summary>
|
||||
Find the bounds of the collections of text in the provided page index
|
||||
</summary>
|
||||
<param name="searchedItems">The collection of text to be searched.</param>
|
||||
<param name="pageIndex">The specified page index.</param>
|
||||
<param name="resultItems">Holds the information of the matched texts</param>
|
||||
<returns>Returns true if found any match</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}}@)">
|
||||
<summary>
|
||||
Find the bounds of the collections of text in the provided document
|
||||
</summary>
|
||||
<param name="searchedItems">List of items to be searched.</param>
|
||||
<param name="resultItem">The dictionary of page number and list of search results.</param>
|
||||
<returns>Returns true if found any match</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithoutDetails(System.Int32,System.String,System.Collections.Generic.List{System.Drawing.RectangleF}@)">
|
||||
<summary>
|
||||
Searches for a given text on a specified page and returns a list of bounding rectangles for the matches.
|
||||
</summary>
|
||||
<param name="pageIndex">The index of the page to search.</param>\
|
||||
<param name="matchRect">List to store the bounding boxes of matches.</param>
|
||||
<param name="text">Text should be searched</param>
|
||||
<returns>True if matches are found, false otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithDetails(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
|
||||
<summary>
|
||||
Searches for a list of text items on a specific page and returns a list of matching ResultItems with color.
|
||||
</summary>
|
||||
<param name="searchedItems">The list of text items to search for.</param>
|
||||
<param name="pageIndex">The page index to search on.</param>
|
||||
<param name="resultItems">The list of ResultItem objects to store the results.</param>
|
||||
<returns>True if matches are found; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.HasUnicodeCharacter(System.String)">
|
||||
<summary>
|
||||
Checks whether the password is unicoded or not.
|
||||
</summary>
|
||||
<param name="password">Password of the stream</param>
|
||||
<returns>Returns true if the password is unicoded, else false</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.StreamManager.Register(System.IO.Stream)">
|
||||
<summary>
|
||||
Register the stream
|
||||
</summary>
|
||||
<param name="stream"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.TextData">
|
||||
<summary>
|
||||
Represents a text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.TextData.#ctor(System.String,System.Drawing.RectangleF)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.TextData"/> class.
|
||||
</summary>
|
||||
<param name="text">Text on the document</param>
|
||||
<param name="bounds">Bounds of the text</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Bounds">
|
||||
<summary>
|
||||
Gets the bounds of the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Text">
|
||||
<summary>
|
||||
Gets the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PageTextData">
|
||||
<summary>
|
||||
Represents a Page text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PageTextData.#ctor(System.Drawing.SizeF,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData},System.String)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PageTextData"/> class.
|
||||
</summary>
|
||||
<param name="pageSize">Size of the page</param>
|
||||
<param name="textData">Text informations of the page</param>
|
||||
<param name="pageString">Text data of the page</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.TextData">
|
||||
<summary>
|
||||
Gets the list of text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageText">
|
||||
<summary>
|
||||
Gets the text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageSize">
|
||||
<summary>
|
||||
Gets the page size for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.ResultItem">
|
||||
<summary>
|
||||
Represents the search text information
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.Text">
|
||||
<summary>
|
||||
Get or set text to be searched.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.TextColor">
|
||||
<summary>
|
||||
Get or set the color of the searched text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.PageNumber">
|
||||
<summary>
|
||||
Get or set provided page Number for search text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.Bounds">
|
||||
<summary>
|
||||
Get or set Rectangle bounds of the searched text.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+242887
-239917
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user