handout property

handout property

Specifies how many slides and in what sequence will be placed on the page HandoutType.

Remarks

Default value is HandoutType.Handouts6Horizontal .

Definition:

@property
def handout(self):
    ...

@handout.setter
def handout(self, value):
    ...

See Also