PageStampVerticalAlignmentEnum (COM-based API)
PageStampVerticalAlignmentEnum enumeration constants specify vertical stamp alignment.
enum PageStampVerticalAlignmentEnum {
PSVA_Top = 0,
PSVA_Center = 1,
PSVA_Bottom = 2
};
Elements
Name | Description |
PSVA_Bottom | Bottom-align the stamp. |
PSVA_Center | Center the stamp. |
PSVA_Top | Top-align the stamp. |
26.03.2024 13:49:49