PageStampType (Web Services API)
PageStampType enumeration constants specify the type of the stamp.
enum PageStampType {
PST_Text,
PST_Image
};
Elements
Name | Description |
PST_Text | Text stamps. |
PST_Image | Logo/image stamps (these kinds of stamps cannot be added by means of the API). |
3/26/2024 1:49:49 PM