PresentationLoadOptions

PresentationLoadOptions class

Options for loading Presentation documents.

public class PresentationLoadOptions : LoadOptions, IResourceLoadingOptions

Constructors

Name Description
PresentationLoadOptions() Initializes new instance of EmailLoadOptions class.

Properties

Name Description
DefaultFont { get; set; } Default font for rendering the presentation. The following font will be used if a presentation font is missing.
FontSubstitutes { get; set; } Substitute specific fonts when converting Presentation document.
Format { get; set; } Input document file type.
Format { get; } Input document file type.
HideComments { get; set; } Hide comments.
Password { get; set; } Set password to unprotect protected document.
ShowHiddenSlides { get; set; } Show hidden slides.
SkipExternalResources { get; set; } Implements SkipExternalResources
WhitelistedResources { get; set; } Implements WhitelistedResources

Methods

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.

See Also