update 20250819 sf
This commit is contained in:
@@ -4,6 +4,37 @@
|
||||
<name>Syncfusion.PresentationToPdfConverter.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.PDFFontCache">
|
||||
<summary>
|
||||
Gets or sets the cache for storing PDF TrueType fonts.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.PreserveFormFields">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the form field is preserved.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.PrivateFonts">
|
||||
<summary>
|
||||
Gets or sets the custom font collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.RecreateNestedMetafile">
|
||||
<summary>
|
||||
Gets or sets a value that indicates whether to regenerate the nested EMF images present in the Presentation document during PDF conversion. Default value is<b>false</b>.
|
||||
</summary>
|
||||
<value><b>True</b> if it is necessary to regenerate the nested EMF images present in the Presentation document during PDF conversion; otherwise <b>false</b>.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.FallbackFonts">
|
||||
<summary>
|
||||
Gets a Fallback font collection of Presentation document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.FontStreams">
|
||||
<summary>
|
||||
Gets or set the embedded fonts.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.RecreateNestedMetaImage(System.Drawing.Image@,System.Drawing.RectangleF)">
|
||||
<summary>
|
||||
Regenerate the nested EMF images if it present in the Presentation document during PDF conversion.
|
||||
@@ -66,6 +97,11 @@
|
||||
<param name="color">Highlight color of the textpart</param>
|
||||
<param name="highlighColorBounds">Rectangle that has to be filled with the highlight color</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.ConvertShapeAsTextFormField(Syncfusion.Presentation.Drawing.Shape,System.Drawing.RectangleF)">
|
||||
<summary>
|
||||
Creates a form field in the PDF document based on the provided shape properties.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.GetFallbackFont(Syncfusion.Pdf.Graphics.PdfTrueTypeFont,System.Collections.Generic.List{Syncfusion.Office.FallbackFont},System.Drawing.Font,System.String,Syncfusion.Pdf.Graphics.PdfStringFormat,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Gets fall back font to preserve the text in converted PDF document.
|
||||
@@ -120,27 +156,6 @@
|
||||
Creates and returns the PDF structure element for the required AutoTag
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.PrivateFonts">
|
||||
<summary>
|
||||
Gets or sets the custom font collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.RecreateNestedMetafile">
|
||||
<summary>
|
||||
Gets or sets a value that indicates whether to regenerate the nested EMF images present in the Presentation document during PDF conversion. Default value is<b>false</b>.
|
||||
</summary>
|
||||
<value><b>True</b> if it is necessary to regenerate the nested EMF images present in the Presentation document during PDF conversion; otherwise <b>false</b>.</value>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.FallbackFonts">
|
||||
<summary>
|
||||
Gets a Fallback font collection of Presentation document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Presentation.Rendering.PDFRenderer.FontStreams">
|
||||
<summary>
|
||||
Gets or set the embedded fonts.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.Presentation.Rendering.PDFShapePath._rectBounds">
|
||||
<summary>
|
||||
|
||||
@@ -943,6 +958,14 @@
|
||||
<seealso cref="T:Syncfusion.Presentation.IPresentation"/>
|
||||
<seealso cref="T:Syncfusion.Pdf.PdfDocument"/>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.PDFFontCache">
|
||||
<summary>
|
||||
Gets or sets the cache for storing PDF TrueType fonts.
|
||||
</summary>
|
||||
<remarks>
|
||||
If the cache is not already created, it initializes a new dictionary to store fonts.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Convert(Syncfusion.Presentation.IPresentation)">
|
||||
<summary>
|
||||
Converts the Presentation to PDF document.
|
||||
@@ -1053,6 +1076,20 @@
|
||||
Indicates whether to export hidden slides or not.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.PreserveFormFields">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to preserve shapes in a PowerPoint presentation as editable PDF text form fields.
|
||||
The default value is <b>false</b>.
|
||||
</summary>
|
||||
<value>
|
||||
<b>true</b> – Shapes with names starting with "FormField_" are converted into editable text form fields in the output PDF during PowerPoint to PDF conversion.
|
||||
<b>false</b> – Shapes remain unchanged as regular shapes in the output PDF.
|
||||
</value>
|
||||
<remarks>
|
||||
When set to <b>true</b>, any shape (e.g., Oval, Triangle) with a name starting with "FormField_" is converted into a rectangular text form field in the output PDF.
|
||||
The prefix "FormField_" is case-insensitive and must be at the beginning of the shape name.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.EnablePortableRendering">
|
||||
<summary>
|
||||
Indicates whether to enable portable rendering or not.
|
||||
|
||||
Reference in New Issue
Block a user