export_all_layout_content property

export_all_layout_content property

Gets or sets whether to export entities on layouts, which are outside plot area.

Definition:

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

See Also