width property

width property

Sets desired page width for converting GIS document. Default is 1000.

Definition:

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

See Also