PageStampTypeEnum (COM-based API)
PageStampTypeEnum enumeration constants specify the type of the stamp.
enum PageStampTypeEnum {
PST_Text = 0,
PST_Image = 1
};
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