Skip to main content
Version: API v2 Preview

PathGroupObject

Kind: class
Module/package: types
SDK: pdfdancer-client-python 2.0.0

Represents a group of vector paths that can be manipulated as a unit.

Declaration

PathGroupObject(client: "'PDFDancer'", page_index: 'int', info: "'PathGroupInfo'") -> 'None'

Members

__init__

__init__(self, client: "'PDFDancer'", page_index: 'int', info: "'PathGroupInfo'") -> 'None'

Initialize self. See help(type(self)) for accurate signature.

clear_clipping

clear_clipping(self) -> 'bool'

move_to

move_to(self, x: 'float', y: 'float') -> 'bool'

remove

remove(self) -> 'bool'

resize

resize(self, width: 'float', height: 'float') -> 'bool'

rotate

rotate(self, degrees: 'float') -> 'bool'

scale

scale(self, factor: 'float') -> 'bool'

bounding_box

bounding_box: 'Optional[dict[str, Any]]'

group_id

group_id: 'str'

path_count

path_count: 'int'

x

x: 'float'

y

y: 'float'

View source at af2a1171a1b9