C#
VB
Java
Objective-C
WinRT C#
C++
Represents the types of rubber stamps available for the AnnRubberStampObject annotation object.
public enum AnnRubberStampType
Public Enum AnnRubberStampType
public enum AnnRubberStampType
typedef enum LTAnnRubberStampType
public enum AnnRubberStampType
Leadtools.Annotations.Core.AnnRubberStampType = function() { };
Leadtools.Annotations.Core.AnnRubberStampType.prototype = {
StampApproved = 0x00000000,
StampAssigned = 0x00000001,
StampChecked = 0x00000002,
StampClient = 0x00000003,
StampCopy = 0x00000004,
StampDraft = 0x00000005,
StampExtended = 0x00000006,
StampFax = 0x00000007,
StampFaxed = 0x00000008,
StampImportant = 0x00000009,
StampInvoice = 0x0000000A,
StampNotice = 0x0000000B,
StampOfficial = 0x0000000C,
StampOnFile = 0x0000000D,
StampPaid = 0x0000000E,
StampPassed = 0x0000000F,
StampPending = 0x00000010,
StampProcessed = 0x00000011,
StampReceived = 0x00000012,
StampRejected = 0x00000013,
StampRelease = 0x00000014,
StampSent = 0x00000015,
StampShipped = 0x00000016,
StampTopSecret = 0x00000017,
StampUrgent = 0x00000018,
StampVoid = 0x00000019,
};
public:
enum class AnnRubberStampType sealed
Members
Value | Member | Description |
---|---|---|
0 | StampApproved | The text "Approved". |
1 | StampAssigned | The text "Assigned". |
2 | StampChecked | The text "Checked". |
3 | StampClient | The text "Client Attorney Privilege". |
4 | StampCopy | The text "Copy". |
5 | StampDraft | The text "Draft". |
6 | StampExtended | The text "Extended". |
7 | StampFax | The text "Fax". |
8 | StampFaxed | The text "Faxed". |
9 | StampImportant | The text "Important". |
10 | StampInvoice | The text "Invoice". |
11 | StampNotice | The text "Notice". |
12 | StampOfficial | The text "Official". |
13 | StampOnFile | The text "OnFile". |
14 | StampPaid | The text "Paid". |
15 | StampPassed | The text "Passed". |
16 | StampPending | The text "Pending". |
17 | StampProcessed | The text "Processed". |
18 | StampReceived | The text "Received". |
19 | StampRejected | The text "Rejected". |
20 | StampRelease | The text "Release". |
21 | StampSent | The text "Sent". |
22 | StampShipped | The text "Shipped". |
23 | StampTopSecret | The text "TopSecret". |
24 | StampUrgent | The text "Urgent". |
25 | StampVoid | The text "Void". |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET