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). |
26.03.2024 13:49:49