add_bookmark method

add_bookmark

Adds the bookmark identified by the name.

def add_bookmark(self, name, position):
    ...
ParameterTypeDescription
namestrThe name.
positionaspose.pydrawing.PointFThe position.

See Also