HandoutLayoutingOptions

HandoutLayoutingOptions class

Represents the handout presentation layout mode for export.

public class HandoutLayoutingOptions : ISlidesLayoutOptions

Constructors

NameDescription
HandoutLayoutingOptions()Initializes the default values.

Properties

NameDescription
Handout { get; set; }Specifies how many slides and in what sequence will be placed on the page HandoutType.
PrintComments { get; set; }Specifies whether or not to display comments on slides
PrintFrameSlide { get; set; }Specifies whether to draw frames around the displayed slides or not.
PrintSlideNumbers { get; set; }Specifies whether or not to print the displayed slide numbers.

See Also