PresentationLoadOptions
Leave feedback
On this page
Options for loading Presentation documents.
public class PresentationLoadOptions : LoadOptions, IDocumentsContainerLoadOptions,
IFontSubstituteLoadOptions, IMetadataLoadOptions, IResourceLoadingOptions
| Name | Description |
|---|---|
| PresentationLoadOptions() | Initializes new instance of PresentationLoadOptions class. |
| Name | Description |
|---|---|
| ClearBuiltInDocumentProperties { get; set; } | Removes built-in metadata properties from the document. |
| ClearCustomDocumentProperties { get; set; } | Removes custom metadata properties from the document. |
| CommentsPosition { get; set; } | Represents the way comments are printed with the slide. Default is None. |
| ConvertOwned { get; set; } | Implements ConvertOwned Default is false |
| ConvertOwner { get; set; } | Implements ConvertOwner Default is true |
| DefaultFont { get; set; } | Default font for rendering the presentation. The following font will be used if a presentation font is missing. |
| Depth { get; set; } | Implements Depth Default: 1 |
| FontSubstitutes { get; set; } | Substitute specific fonts when converting Presentation document. |
| Format { get; set; } | Input document file type. |
| virtual Format { get; } | Input document file type. |
| NotesPosition { get; set; } | Represents the way notes are printed with the slide. Default is None. |
| Password { get; set; } | Set password to unprotect protected document. |
| PreserveDocumentStructure { get; set; } | Determines whether the document structure should be preserved when converting to PDF (default is false). |
| ShowHiddenSlides { get; set; } | Show hidden slides. |
| SkipExternalResources { get; set; } | Implements SkipExternalResources |
| WhitelistedResources { get; set; } | Implements WhitelistedResources |
| Name | Description |
|---|---|
| override Equals(object) | Determines whether two object instances are equal. |
| virtual Equals(ValueObject) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
| SetVideoConnector(IPresentationVideoConnector) | Set video document connector |
- class LoadOptions
- interface IDocumentsContainerLoadOptions
- interface IFontSubstituteLoadOptions
- interface IMetadataLoadOptions
- interface IResourceLoadingOptions
- namespace GroupDocs.Conversion.Options.Load
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.