Skip to content

Commit 372ac79

Browse files
Aspose.Slides for .NET 24.7 API Reference
1 parent d0ee39e commit 372ac79

File tree

654 files changed

+1948
-626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

654 files changed

+1948
-626
lines changed

content/net/english/aspose.slides.export.xaml/xamloptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class XamlOptions : SaveOptions, IXamlOptions
2727
| --- | --- |
2828
| [DefaultRegularFont](../../aspose.slides.export/saveoptions/defaultregularfont) { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
2929
| [ExportHiddenSlides](../../aspose.slides.export.xaml/xamloptions/exporthiddenslides) { getset; } | Determines whether hidden slides will be exported. |
30-
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides.export/saveoptions/gradientstyle). |
30+
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides/gradientstyle). |
3131
| [OutputSaver](../../aspose.slides.export.xaml/xamloptions/outputsaver) { getset; } | Represents an implementation of IOutputSaver interface. |
3232
| [ProgressCallback](../../aspose.slides.export/saveoptions/progresscallback) { get; set; } | Represents a callback object for saving progress updates in percentage. See [`IProgressCallback`](../../aspose.slides/iprogresscallback). |
3333
| [WarningCallback](../../aspose.slides.export/saveoptions/warningcallback) { getset; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write [`IWarningCallback`](../../aspose.slides.warnings/iwarningcallback). |

content/net/english/aspose.slides.export/gifoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GifOptions : SaveOptions, IGifOptions
2929
| [DefaultRegularFont](../../aspose.slides.export/saveoptions/defaultregularfont) { getset; } | Returns or sets font used in case source font is not found. Read-write String. |
3030
| [ExportHiddenSlides](../../aspose.slides.export/gifoptions/exporthiddenslides) { getset; } | Determines whether hidden slides will be exported. The default value is false. |
3131
| [FrameSize](../../aspose.slides.export/gifoptions/framesize) { getset; } | Gets or sets frame size. |
32-
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../saveoptions/gradientstyle). |
32+
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides/gradientstyle). |
3333
| [ProgressCallback](../../aspose.slides.export/saveoptions/progresscallback) { getset; } | Represents a callback object for saving progress updates in percentage. See [`IProgressCallback`](../../aspose.slides/iprogresscallback). |
3434
| [TransitionFps](../../aspose.slides.export/gifoptions/transitionfps) { getset; } | Gets or sets transition FPS [frames/sec] The default value is 25. |
3535
| [WarningCallback](../../aspose.slides.export/saveoptions/warningcallback) { getset; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write [`IWarningCallback`](../../aspose.slides.warnings/iwarningcallback). |

content/net/english/aspose.slides.export/html5options/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Html5Options : SaveOptions, IHtml5Options
2929
| [AnimateTransitions](../../aspose.slides.export/html5options/animatetransitions) { getset; } | Returns or sets transitions animation option. Read/write Boolean. |
3030
| [DefaultRegularFont](../../aspose.slides.export/saveoptions/defaultregularfont) { getset; } | Returns or sets font used in case source font is not found. Read-write String. |
3131
| [EmbedImages](../../aspose.slides.export/html5options/embedimages) { getset; } | Returns or sets images embedding option. Read/write Boolean. |
32-
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../saveoptions/gradientstyle). |
32+
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides/gradientstyle). |
3333
| [NotesCommentsLayouting](../../aspose.slides.export/html5options/notescommentslayouting) { getset; } | Provides options that control how notes and comments is placed in exported document. Read/write [`INotesCommentsLayoutingOptions`](../inotescommentslayoutingoptions). |
3434
| [OutputPath](../../aspose.slides.export/html5options/outputpath) { getset; } | Determines where external resources should be stored. Read/write String. |
3535
| [ProgressCallback](../../aspose.slides.export/saveoptions/progresscallback) { getset; } | Represents a callback object for saving progress updates in percentage. See [`IProgressCallback`](../../aspose.slides/iprogresscallback). |

content/net/english/aspose.slides.export/htmloptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class HtmlOptions : SaveOptions, IHtmlOptions
2828
| --- | --- |
2929
| [DefaultRegularFont](../../aspose.slides.export/saveoptions/defaultregularfont) { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
3030
| [DeletePicturesCroppedAreas](../../aspose.slides.export/htmloptions/deletepicturescroppedareas) { getset; } | A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) |
31-
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../saveoptions/gradientstyle). |
31+
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides/gradientstyle). |
3232
| [HtmlFormatter](../../aspose.slides.export/htmloptions/htmlformatter) { getset; } | Returns or sets HTML template. Read/write [`IHtmlFormatter`](../ihtmlformatter). |
3333
| [InkOptions](../../aspose.slides.export/htmloptions/inkoptions) { get; } | Provides options that control the look of Ink objects in exported document. Read-only [`IInkOptions`](../iinkoptions) |
3434
| [JpegQuality](../../aspose.slides.export/htmloptions/jpegquality) { getset; } | Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte. |

content/net/english/aspose.slides.export/ipdfoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public interface IPdfOptions : ISaveOptions
2929
| [EmbedFullFonts](../../aspose.slides.export/ipdfoptions/embedfullfonts) { getset; } | Determines if all characters of font should be embedded or only used subset. Read/write Boolean. |
3030
| [EmbedTrueTypeFontsForASCII](../../aspose.slides.export/ipdfoptions/embedtruetypefontsforascii) { getset; } | True to embed true type fonts for ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Read/write Boolean. |
3131
| [ImageTransparentColor](../../aspose.slides.export/ipdfoptions/imagetransparentcolor) { getset; } | Gets or sets the image transparent color. |
32+
| [IncludeOleData](../../aspose.slides.export/ipdfoptions/includeoledata) { getset; } | True to convert all OLE data from the presentation to embedded files in the resulting PDF. Read/write Boolean. |
3233
| [InkOptions](../../aspose.slides.export/ipdfoptions/inkoptions) { get; } | Provides options that control the look of Ink objects in exported document. Read-only [`IInkOptions`](../iinkoptions) |
3334
| [JpegQuality](../../aspose.slides.export/ipdfoptions/jpegquality) { getset; } | Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte. |
3435
| [Password](../../aspose.slides.export/ipdfoptions/password) { getset; } | Setting user password to protect the PDF document. Read/write String. |
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: IncludeOleData
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: True to convert all OLE data from the presentation to embedded files in the resulting PDF. Read/write Boolean.
5+
type: docs
6+
weight: 110
7+
url: /aspose.slides.export/ipdfoptions/includeoledata/
8+
---
9+
10+
## IPdfOptions.IncludeOleData property
11+
12+
True to convert all OLE data from the presentation to embedded files in the resulting PDF. Read/write Boolean.
13+
14+
```csharp
15+
public bool IncludeOleData { get; set; }
16+
```
17+
18+
### Remarks
19+
20+
Default is **false**.
21+
22+
### Examples
23+
24+
Example:
25+
26+
```csharp
27+
[C#]
28+
using (Presentation pres = new Presentation("pres.pptx"))
29+
{
30+
PdfOptions options = new PdfOptions { IncludeOleData = true };
31+
pres.Save("pres.pdf", SaveFormat.Pdf, options);
32+
}
33+
```
34+
35+
### See Also
36+
37+
* interface [IPdfOptions](../../ipdfoptions)
38+
* namespace [Aspose.Slides.Export](../../ipdfoptions)
39+
* assembly [Aspose.Slides](../../../)
40+
41+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.export/ipdfoptions/inkoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: InkOptions
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Provides options that control the look of Ink objects in exported document. Read-only IInkOptionsaspose.slides.export/iinkoptions
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /aspose.slides.export/ipdfoptions/inkoptions/
88
---
99

content/net/english/aspose.slides.export/ipdfoptions/jpegquality/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: JpegQuality
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte.
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /aspose.slides.export/ipdfoptions/jpegquality/
88
---
99

content/net/english/aspose.slides.export/ipdfoptions/password/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Password
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Setting user password to protect the PDF document. Read/write String.
55
type: docs
6-
weight: 130
6+
weight: 140
77
url: /aspose.slides.export/ipdfoptions/password/
88
---
99

content/net/english/aspose.slides.export/ipdfoptions/rasterizeunsupportedfontstyles/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RasterizeUnsupportedFontStyles
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Indicates whether text should be rasterized as a bitmap and saved to PDF when the font does not support bold styling. This approach can enhance the quality of text in the resulting PDF for certain fonts. Read/write Boolean.
55
type: docs
6-
weight: 140
6+
weight: 150
77
url: /aspose.slides.export/ipdfoptions/rasterizeunsupportedfontstyles/
88
---
99

0 commit comments

Comments
 (0)