PageStampScope (Web Services API)
PageStampScope enumeration constants specify the pages to which the stamp must be applied.
enum PageStampScope {
AllPages,
AllPagesExceptFirst,
FirstPage
};
Elements
| Name | Description |
| AllPages | Apply to all pages. |
| AllPagesExceptFirst | Apply to all pages except the first page. |
| FirstPage | Apply to the first page. |
26.03.2024 13:49:49