AnnRubberStampType Enumeration

Summary

Represents the types of rubber stamps available for the AnnRubberStampObject annotation object

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnRubberStampType = { 
	StampApproved: 0, 
	StampAssigned: 1, 
	StampChecked: 2, 
	StampClient: 3, 
	StampCopy: 4, 
	StampDraft: 5, 
	StampExtended: 6, 
	StampFax: 7, 
	StampFaxed: 8, 
	StampImportant: 9, 
	StampInvoice: 10, 
	StampNotice: 11, 
	StampOfficial: 12, 
	StampOnFile: 13, 
	StampPaid: 14, 
	StampPassed: 15, 
	StampPending: 16, 
	StampProcessed: 17, 
	StampReceived: 18, 
	StampRejected: 19, 
	StampRelease: 20, 
	StampSent: 21, 
	StampShipped: 22, 
	StampTopSecret: 23, 
	StampUrgent: 24, 
	StampVoid: 25 
} 
TypeScript Syntax
lt.Annotations.Core.AnnRubberStampType = { 
	StampApproved: 0, 
	StampAssigned: 1, 
	StampChecked: 2, 
	StampClient: 3, 
	StampCopy: 4, 
	StampDraft: 5, 
	StampExtended: 6, 
	StampFax: 7, 
	StampFaxed: 8, 
	StampImportant: 9, 
	StampInvoice: 10, 
	StampNotice: 11, 
	StampOfficial: 12, 
	StampOnFile: 13, 
	StampPaid: 14, 
	StampPassed: 15, 
	StampPending: 16, 
	StampProcessed: 17, 
	StampReceived: 18, 
	StampRejected: 19, 
	StampRelease: 20, 
	StampSent: 21, 
	StampShipped: 22, 
	StampTopSecret: 23, 
	StampUrgent: 24, 
	StampVoid: 25 
} 

Members

0 StampApproved

(0)The text "Approved".

1 StampAssigned

(1)The text "Assigned".

2 StampChecked

(2)The text "Checked".

3 StampClient

(3)The text "Client Attorney Privilege".

4 StampCopy

(4)The text "Copy".

5 StampDraft

(5)The text "Draft".

6 StampExtended

(6)The text "Extended".

7 StampFax

(7)The text "Fax".

8 StampFaxed

(8)The text "Faxed".

9 StampImportant

(9)The text "Important".

10 StampInvoice

(10)The text "Invoice".

11 StampNotice

(11)The text "Notice".

12 StampOfficial

(12)The text "Official".

13 StampOnFile

(13)The text "OnFile".

14 StampPaid

(14)The text "Paid".

15 StampPassed

(15)The text "Passed".

16 StampPending

(16)The text "Pending".

17 StampProcessed

(17)The text "Processed".

18 StampReceived

(18)The text "Received".

19 StampRejected

(19)The text "Rejected".

20 StampRelease

(20)The text "Release".

21 StampSent

(21)The text "Sent".

22 StampShipped

(22)The text "Shipped".

23 StampTopSecret

(23)The text "TopSecret".

24 StampUrgent

(24)The text "Urgent".

25 StampVoid

(25)The text "Void".

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly