presentation_preference property

presentation_preference property

Indicating if html or mht file is presentation preference. The default value is false. if you want to get more beautiful presentation,please set the value to true.

Definition:

@property
def presentation_preference(self):
    ...
@presentation_preference.setter
def presentation_preference(self, value):
    ...

See Also