PageStampHorizontalAlignmentEnum (COM-based API)
PageStampHorizontalAlignmentEnum enumeration constants specify horizontal stamp alignment.
enum PageStampHorizontalAlignmentEnum {
PSHA_Left = 0,
PSHA_Center = 1,
PSHA_Right = 2
};
Elements
Name | Description |
PSHA_Center | Center the stamp. |
PSHA_Left | Left-align the stamp. |
PSHA_Right | Right-align the stamp. |
26.03.2024 13:49:49