1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Options.Presentation
  6. /
  7. PresentationWatermarkLayoutSlideOptions

PresentationWatermarkLayoutSlideOptions

PresentationWatermarkLayoutSlideOptions class

Represents options when adding watermark to a Presentation document layout slide.

public sealed class PresentationWatermarkLayoutSlideOptions : PresentationWatermarkBaseSlideOptions

Constructors

Name Description
PresentationWatermarkLayoutSlideOptions() Initializes a new instance of the PresentationWatermarkOptions class.

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text that will be associated with a shape.
Effects { get; set; } Gets or sets a value of PresentationImageEffects or PresentationTextEffects for effects that should be applied to the watermark.
IsLocked { get; set; } Gets or sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
LayoutSlideIndex { get; set; } Gets or sets the index of layout slide to add the watermark to.
Name { get; set; } Gets or sets the name a shape.
ProtectWithUnreadableCharacters { get; set; } Gets or sets a value indicating whether the text watermark characters are mixed with unreadable characters.

Remarks

Learn more:

See the usage examples in PresentationWatermarkBaseSlideOptions.

See Also