PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum RubberStampAnnotationIcon |
| Visual Basic (Declaration) |
|---|
Public Enumeration RubberStampAnnotationIcon |
| Visual C++ |
|---|
public enum class RubberStampAnnotationIcon |
Members
| Member name | Description | |
|---|---|---|
| None |
Specifies the available icons for a rubber stamp annotation when the annotation is closed.
| |
| SBApproved |
Standart business approved icon.
| |
| SBConfidential |
Standart business confidential icon.
| |
| SBDraft |
Standart business draft icon.
| |
| SBFinal |
Standart business final icon.
| |
| SBForComment |
Standart business for comment icon.
| |
| SBForPublicRelease |
Standart business for public release icon.
| |
| SBNotApproved |
Standart business not approved icon.
| |
| SBNotForPublicRelease |
Standart business not for public release icon.
| |
| SBCompleted |
Standart business completed icon.
| |
| SBVoid |
Standart business void icon.
| |
| SBPreliminaryResults |
Standart business preliminary results icon.
| |
| SBInformationOnly |
Standart business information only icon.
|