- Description
- This service is a single master page inside a drawing document.
It serves as a background page for zero or more DrawPage s.
Since this service is derived from the service GenericDrawPage ,
it can be used as a draw page with three differences:
- It is not linked to any other MasterPage .
- It cannot be removed from a document as long as one or
more instances of DrawPage are linked to it.
- Modifications to a MasterPage are instantly visible on
every DrawPage that is linked to it.
|