print_frame_slide property

Specifies whether to draw frames around the displayed slides or not.

Remarks #

Default value is true .

Definition: #

@property
def print_frame_slide(self):
    ...

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

See Also #