XpsDevice.AddBookmark

XpsDevice.AddBookmark method

Adds the bookmark identified by the name.

[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
public void AddBookmark(string name, PointF position)
ParameterTypeDescription
nameStringThe name.
positionPointFThe position.

See Also