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. |
3/26/2024 1:49:49 PM