PageStampScopeEnum (COM-based API)
PageStampScopeEnum enumeration constants specify the pages to which the stamp must be applied.
enum PageStampScopeEnum {
PSS_AllPages = 0,
PSS_FirstPage = 1,
PSS_AllPagesExceptFirst = 2
};
Elements
Name | Description |
PSS_AllPages | Apply to all pages. |
PSS_AllPagesExceptFirst | Apply to all pages except the first page. |
PSS_FirstPage | Apply to the first page. |
3/26/2024 1:49:49 PM