You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OnDoc/Client/bin/Debug/Syncfusion.PresentationToPd...

1200 lines
51 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.PresentationToPdfConverter.Base</name>
</assembly>
<members>
<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.
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddParaTag">
<summary>
Creates and add the structure element(Auto tag) for Paragragh auto tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddSectionTag">
<summary>
Creates and add the structure element(Auto tag) for Section auto tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddHeadingTag">
<summary>
Creates and add the structure element(Auto tag) for Heading text auto tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddTableTag">
<summary>
Creates and add the structure element(Auto tag) for Table
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddFigureTag(System.String,System.Boolean)">
<summary>
Creates and add the structure element(Auto tag) for Figure
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddTableRowTag">
<summary>
Creates and add the structure element(Auto tag) for Table row
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddListTag">
<summary>
Creates and add the structure element(Auto tag) for List auto tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.AddListItemTag">
<summary>
Creates and add the structure element(Auto tag) for List item and List body
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.RemoveParentTag">
<summary>
Removes the parent tag from the structure element stack
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.ReSetTag">
<summary>
Resets the PDF graphics tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.DrawHighlightColor(Syncfusion.Presentation.ColorObject,System.Drawing.RectangleF)">
<summary>
Draws a solid Rectangle to the PDF with the given rectangle object
</summary>
<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.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.
</summary>
<param name="pdfFont">Represent original Pdf Font.</param>
<param name="systemFont">Represent original System font.</param>
<param name="inputText">Represent a input text.</param>
<param name="pdfStringFormat">Represent PdfStringFormat.</param>
<param name="isEmbedFont">Represent isEmbedFont.</param>
<param name="isEmbedCompleteFont">Represent isEmbedCompleteFont.</param>
<returns>Returns a fall back font instance, if it has; otherwise returns original Pdf Font.</returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.IsContainFont(Syncfusion.Pdf.Graphics.PdfTrueTypeFont,System.String,Syncfusion.Pdf.Graphics.PdfStringFormat)">
<summary>
Check whether all the characters (glyphs) of input text is available in input font or not.
</summary>
<param name="pdfFont">Represent the input font to check.</param>
<param name="inputText">Represent the input text to check.</param>
<param name="pdfStringFormat">Represent the PdfStringFormat.</param>
<returns>Returns true, if all input character glyphs are available in input font; Otherwise false.</returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.InverseCharacter(System.Char)">
<summary>
Inverse the specified character with suitable bidi character
</summary>
<param name="ch">Specify the input character</param>
<returns>Return the inversed character</returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.DrawNotesSlide(Syncfusion.Presentation.SlideImplementation.NotesSlide,Syncfusion.Pdf.PdfDocument,Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings)">
<summary>
Draws the notes slide content to the PDF document.
</summary>
<param name="notesSlide">Represents the notes slide to be drawn.</param>
<param name="pdfDocument">Represents the PDF document to draw.</param>
<param name="settings">Represents the settings for the PDF conversion.</param>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.GetRadialGradientBrush(Syncfusion.Pdf.Graphics.PdfPath,Syncfusion.Presentation.Drawing.GradientFill,Syncfusion.Pdf.Graphics.PdfColorBlend,System.Collections.Generic.List{Syncfusion.Pdf.Graphics.PdfColor})">
<summary>
Radial Gradient Fill implementation.
</summary>
<param name="path">Path </param>
<param name="gradientFill"></param>
<param name="gradientColorBlend"></param>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.IsNeedToSkipTag(Syncfusion.Presentation.Drawing.Shape)">
<summary>
Check and return whether shape is need to be skip from adding Auto tag
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFRenderer.CreateAutoTag(Syncfusion.Pdf.PdfTagType,System.String)">
<summary>
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>
</summary>
</member>
<member name="F:Syncfusion.Presentation.Rendering.PDFShapePath._shapeGuide">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Presentation.Rendering.PDFShapePath._formulaValues">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.#ctor(System.Drawing.RectangleF,System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCurvedConnector3Path">
<summary>
Get Curved Connector path
</summary>
<formula>
formulaColl.Add("x2","*/ w adj1 100000");
formulaColl.Add("x1","+/ l x2 2");
formulaColl.Add("x3","+/ r x2 2");
formulaColl.Add("y3","*/ h 3 4");
</formula>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetBentConnector3Path">
<summary>
Get Bent Connector path
</summary>
<formula>
formulaColl.Add("x1","*/ w adj1 100000");
</formula>>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRoundedRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSnipSingleCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSnipSameSideCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSnipDiagonalCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSnipAndRoundSingleCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRoundSingleCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRoundSameSideCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRoundDiagonalCornerRectanglePath">
<summary>
</summary>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetTrianglePath">
<summary>
Get Triangle path
</summary>
<param name="shapeType"></param>
<param name="m_rectBounds"></param>
<param name="m_shapeGuide"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetParallelogramPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetTrapezoidPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRegularPentagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetHexagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetHeptagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetOctagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDecagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDodecagonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetPiePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetChordPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetTearDropPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFramePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetHalfFramePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetL_ShapePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDiagonalStripePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCrossPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetPlaquePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCanPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCubePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetBevelPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDonutPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetNoSymbolPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetBlockArcPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFoldedCornerPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSmileyFacePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetHeartPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLightningBoltPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetSunPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMoonPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCloudPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetArcPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDoubleBracketPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDoubleBracePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftBracketPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRightBracketPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftBracePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRightBracePath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRightArrowPath">
<summary>
Gets the right arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftArrowPath">
<summary>
Gets the left arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDownArrowPath">
<summary>
Gets down arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftRightArrowPath">
<summary>
Gets the left right arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCurvedRightArrowPath">
<summary>
Gets the curved right arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCurvedLeftArrowPath">
<summary>
Gets the curved left arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCurvedUpArrowPath">
<summary>
Gets the curved up arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCurvedDownArrowPath">
<summary>
Gets the curved down arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetUpDownArrowPath">
<summary>
Gets up down arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetQuadArrowPath">
<summary>
Gets the quad arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftRightUpArrowPath">
<summary>
Gets the left right up arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetBentArrowPath">
<summary>
Gets the bent arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetUTrunArrowPath">
<summary>
Gets the U trun arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftUpArrowPath">
<summary>
Gets the left up arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetBentUpArrowPath">
<summary>
Gets the bent up arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetStripedRightArrowPath">
<summary>
Gets the striped right arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetNotchedRightArrowPath">
<summary>
Gets the notched right arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetPentagonPath">
<summary>
Gets the pentagon path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetChevronPath">
<summary>
Gets the chevron path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRightArrowCalloutPath">
<summary>
Gets the right arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDownArrowCalloutPath">
<summary>
Gets down arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftArrowCalloutPath">
<summary>
Gets the left arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetUpArrowCalloutPath">
<summary>
Gets up arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLeftRightArrowCalloutPath">
<summary>
Gets the left right arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetQuadArrowCalloutPath">
<summary>
Gets the quad arrow callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCircularArrowPath">
<summary>
Gets the circular arrow path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathPlusPath">
<summary>
Gets the math plus path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathMinusPath">
<summary>
Gets the math minus path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathMultiplyPath">
<summary>
Gets the math multiply path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathDivisionPath">
<summary>
Gets the math division path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathEqualPath">
<summary>
Gets the math equal path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetMathNotEqualPath">
<summary>
Gets the math not equal path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartAlternateProcessPath">
<summary>
Gets the flow chart alternate process path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartPredefinedProcessPath">
<summary>
Gets the flow chart predefined process path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartInternalStoragePath">
<summary>
Gets the flow chart internal storage path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartDocumentPath">
<summary>
Gets the flow chart document path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartMultiDocumentPath">
<summary>
Gets the flow chart multi document path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartTerminatorPath">
<summary>
Gets the flow chart terminator path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartPreparationPath">
<summary>
Gets the flow chart preparation path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartManualInputPath">
<summary>
Gets the flow chart manual input path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartManualOperationPath">
<summary>
Gets the flow chart manual operation path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartConnectorPath">
<summary>
Gets the flow chart connector path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartOffPageConnectorPath">
<summary>
Gets the flow chart off page connector path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartCardPath">
<summary>
Gets the flow chart card path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartPunchedTapePath">
<summary>
Gets the flow chart punched tape path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartSummingJunctionPath">
<summary>
Gets the flow chart summing junction path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartOrPath">
<summary>
Gets the flow chart or path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartCollatePath">
<summary>
Gets the flow chart collate path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartSortPath">
<summary>
Gets the flow chart sort path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartExtractPath">
<summary>
Gets the flow chart extract path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartMergePath">
<summary>
Gets the flow chart merge path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartOnlineStoragePath">
<summary>
Gets the flow chart online storage path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartDelayPath">
<summary>
Gets the flow chart delay path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartSequentialAccessStoragePath">
<summary>
Gets the flow chart sequential access storage path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartMagneticDiskPath">
<summary>
Gets the flow chart magnetic disk path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartDirectAccessStoragePath">
<summary>
Gets the flow chart direct access storage path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetFlowChartDisplayPath">
<summary>
Gets the flow chart display path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRectangularCalloutPath">
<summary>
Gets the rectangular callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetRoundedRectangularCalloutPath">
<summary>
Gets the rounded rectangular callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetOvalCalloutPath">
<summary>
Gets the oval callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetCloudCalloutPath">
<summary>
Gets the cloud callout path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout1Path">
<summary>
Gets the line callout1 path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout2Path">
<summary>
Gets the line callout2 path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout3Path">
<summary>
Gets the line callout3 path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout1AccentBarPath">
<summary>
Gets the line callout1 accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout2AccentBarPath">
<summary>
Gets the line callout2 accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout3AccentBarPath">
<summary>
Gets the line callout3 accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout1NoBorderPath">
<summary>
Gets the line callout1 no border path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout2NoBorderPath">
<summary>
Gets the line callout2 no border path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout3NoBorderPath">
<summary>
Gets the line callout3 no border path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout1BorderAndAccentBarPath">
<summary>
Gets the line callout1 border and accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout2BorderAndAccentBarPath">
<summary>
Gets the line callout2 border and accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetLineCallout3BorderAndAccentBarPath">
<summary>
Gets the line callout3 border and accent bar path.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetDegreeValue(System.Single)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Presentation.Rendering.PDFShapePath.GetXYPosition(System.Single,System.Single,System.Single)">
<summary>
</summary>
<param name="xDifference"></param>
<param name="yDifference"></param>
<param name="positionRatio"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter">
<summary>
Represents the conversion of Presentation to a PDF document.
</summary>
<seealso cref="T:Syncfusion.Presentation.IPresentation"/>
<seealso cref="T:Syncfusion.Pdf.PdfDocument"/>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Convert(Syncfusion.Presentation.IPresentation)">
<summary>
Converts the Presentation to PDF document.
</summary>
<param name="presentation">Represents the presentation instance.</param>
<returns>pdfdcoument instance</returns>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Convert(Syncfusion.Presentation.IPresentation,System.Boolean)">
<summary>
Converts the Presentation to PDF document.
</summary>
<param name="presentation">Represents the presentation instance.</param>
<param name="isPortableRendering">Represents the PDF conversion is portable or not</param>
<returns>pdfdcoument instance</returns>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Convert(Syncfusion.Presentation.IPresentation,Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings)">
<summary>
Converts the Presentation to PDF document.
</summary>
<param name="presentation">Represents the presentation instance.</param>
<param name="settings">Represents the converter settings instance.</param>
<returns>pdfdcoument instance</returns>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Convert(Syncfusion.Presentation.ISlide)">
<summary>
Converts the Slide to PDF document.
</summary>
<param name="slide">Represents the slide instance.</param>
<returns>pdfdcoument instance</returns>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter.Dispose">
<summary>
Releases all resources used by the object.
</summary>
</member>
<member name="T:Syncfusion.PresentationToPdfConverter.SlidesPerPage">
<summary>
Specifies the Slides per page
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.Six">
<summary>
Specifies the six Slides per page.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.One">
<summary>
Specifies the one Slide per page.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.Two">
<summary>
Specifies the two Slides per page.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.Three">
<summary>
Specifies the three Slides per page.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.Four">
<summary>
Specifies the four Slides per page.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.SlidesPerPage.Nine">
<summary>
Specifies the nine Slides per page.
</summary>
</member>
<member name="T:Syncfusion.PresentationToPdfConverter.PublishOptions">
<summary>
Specifies the publishing options of the <see cref="T:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverter"/> instance.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.PublishOptions.Slides">
<summary>
Allows converting all the slides in a Presentation to PDF document. This is the default option.
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.PublishOptions.Handouts">
<summary>
Allows the PDF pages in the converted PDF document to hold more than one slides as specified by the <see cref="T:Syncfusion.PresentationToPdfConverter.SlidesPerPage"/> enumerator
</summary>
</member>
<member name="F:Syncfusion.PresentationToPdfConverter.PublishOptions.NotesPages">
<summary>
Allows to convert the notes in the slides to PDF document.
</summary>
</member>
<member name="T:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings">
<summary>
Represents the conversion Settings for Presentation to PDF Converter.
</summary>
</member>
<member name="M:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.#ctor">
<summary>
Intialize the new instance of presentation to pdfConverter settings.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.SlidesPerPage">
<summary>
Gets or Sets the slides per page
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.ShowHiddenSlides">
<summary>
Indicates whether to export hidden slides or not.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.EnablePortableRendering">
<summary>
Indicates whether to enable portable rendering or not.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.PublishOptions">
<summary>
Gets or sets the available publishing options to export the Presentation to PDF document.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.ImageQuality">
<summary>
Gets or sets the quality. The value indicates in percentage, max value represents best quality and min value represents best compression.
</summary>
<remarks>
The value indicates in percentage, max value represents best quality and min value represents best compression
</remarks>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.ImageResolution">
<summary>
Sets the image resolution to the image, which are embedded in the PowerPoint presentation.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.PdfConformanceLevel">
<summary>
Gets or sets the PDF document's Conformance-level.
</summary>
<value>The <see cref="T:Syncfusion.Pdf.PdfConformanceLevel"/> of the PDF document.</value>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.OptimizeIdenticalImages">
<summary>
Gets or Sets a value indicating whether to optimize the memory usage for the identical (duplicate) images in PPTX to PDF conversion and converted PDF document.
</summary>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.EmbedFonts">
<summary>
Gets or sets a value indicating whether to embed fonts in the converted PDF document. Default value is <b>false</b>
</summary>
<value>
<b>True:</b> if need to embed fonts in the converted PDF document; otherwise, <b>False</b>.
</value>
<remarks>
<list type="bullet">
<item>This property is supported to embed TrueType fonts only.</item>
</list>
</remarks>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.EmbedCompleteFonts">
<summary>
Gets or sets a value indicating whether to embed the complete font information in the converted PDF document. Default value is <b>false</b>
</summary>
<value>
<b>True:</b> if need to embed the complete font information in the converted PDF document; otherwise, <b>False</b>.
</value>
<remarks>
<list type="bullet">
<item>This property is used to indicate whether the complete font information of
the characters in the resultant PDF document to embedded or not.</item>
<item>This property is supported to embed TrueType fonts only.</item>
</list>
</remarks>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.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>
<example>
<code lang="CS">
//Load the PowerPoint document
IPresentation pptxDoc = Presentation.Open("Sample.pptx");
//Initialize the conversion settings
PresentationToPdfConverterSettings pdfConverterSettings = new PresentationToPdfConverterSettings();
//Sets RecreateNestedMetafile property to true to Recreate the Nested Metafile automatically
pdfConverterSettings.RecreateNestedMetafile = true;
//Convert the PowerPoint document to PDF
PdfDocument pdfDoc = PresentationToPdfConverter.Convert(pptxDoc, pdfConverterSettings);
// Save the converted PDF file.
pdfDoc.Save("Sample.pdf");
//Close the presentation instance
pptxDoc.Close();
//Close the PDF instance
pdfDoc.Close();
</code>
<code lang="VB.NET">
'Load the PowerPoint document.
Dim pptxDoc As IPresentation = Presentation.Open("Sample.pptx")
'Initialize the conversion settings.
Dim pdfConverterSettings As PresentationToPdfConverterSettings = New PresentationToPdfConverterSettings
'Sets RecreateNestedMetafile property to true to Recreate the Nested Metafile automatically
pdfConverterSettings.RecreateNestedMetafile = true
'Convert the PowerPoint document to PDF .
Dim pdfDoc As PdfDocument = PresentationToPdfConverter.Convert(pptxDoc, pdfConverterSettings)
'Save the converted PDF file.
pdfDoc.Save("Sample.pdf")
'Close the presentation instance
pptxDoc.Close
'Close the PDF instance
pdfDoc.Close
</code>
</example>
</member>
<member name="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.AutoTag">
<summary>
Gets or sets a value indicates whether the converted PDF document is tagged or not. Default value is <b>false</b>
</summary>
<remarks>Setting this property as true will automatically enable <see cref="P:Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.EnablePortableRendering"/> property.</remarks>
<example>
<code lang="CS">
//Load the PowerPoint document
IPresentation pptxDoc = Presentation.Open("Sample.pptx");
//Initialize the conversion settings
PresentationToPdfConverterSettings pdfConverterSettings = new PresentationToPdfConverterSettings();
//Include structured tags in exported PDF document.
pdfConverterSettings.AutoTag = true;
//Convert the PowerPoint document to PDF
PdfDocument pdfDoc = PresentationToPdfConverter.Convert(pptxDoc, pdfConverterSettings);
// Save the converted PDF file.
pdfDoc.Save("Sample.pdf");
//Close the presentation instance
pptxDoc.Close();
//Close the PDF instance
pdfDoc.Close();
</code>
<code lang="VB.NET">
'Load the PowerPoint document.
Dim pptxDoc As IPresentation = Presentation.Open("Sample.pptx")
'Initialize the conversion settings.
Dim pdfConverterSettings As PresentationToPdfConverterSettings = New PresentationToPdfConverterSettings
'Include structured tags in exported PDF document.
pdfConverterSettings.AutoTag = true
'Convert the PowerPoint document to PDF .
Dim pdfDoc As PdfDocument = PresentationToPdfConverter.Convert(pptxDoc, pdfConverterSettings)
'Save the converted PDF file.
pdfDoc.Save("Sample.pdf")
'Close the presentation instance
pptxDoc.Close
'Close the PDF instance
pdfDoc.Close
</code>
</example>
</member>
</members>
</doc>