Skip to content

PDFRubberStampAnnotationName

Namespace: O2S.Components.PDF4NET.Annotations

Defines the standard names for a rubber stamps.

public class PDFRubberStampAnnotationName

Inheritance ObjectPDFRubberStampAnnotationName

Fields

Approved

Approved stamp name.

public static string Approved;

AsIs

As Is stamp name.

public static string AsIs;

Confidential

Confidential stamp name.

public static string Confidential;

Departmental

Departmental stamp name.

public static string Departmental;

Draft

Draft stamp name.

public static string Draft;

Experimental

Experimental stamp name.

public static string Experimental;

Expired

Expired stamp name.

public static string Expired;

Final

Final stamp name.

public static string Final;

ForComment

for comment stamp name.

public static string ForComment;

ForPublicRelease

For public release stamp name.

public static string ForPublicRelease;

NotApproved

Not approved stamp name.

public static string NotApproved;

NotForPublicRelease

Not for public release stamp name.

public static string NotForPublicRelease;

Sold

Sold stamp name.

public static string Sold;

TopSecret

Top secret stamp name.

public static string TopSecret;

Methods

GetDisplayColorForStandardName(String)

Gets the display value for the standard annotations.

public static PDFRgbColor GetDisplayColorForStandardName(string standardName)

Parameters

standardName String

Returns

PDFRgbColor
An array with the standard stamp names.


GetDisplayNameForStandardName(String)

Gets the display value for the standard annotations.

public static string GetDisplayNameForStandardName(string standardName)

Parameters

standardName String

Returns

String
An array with the standard stamp names.


GetStandardNames()

Gets the names of the standard annotations.

public static String[] GetStandardNames()

Returns

String[]
An array with the standard stamp names.


IsStandardName(String)

Verifies if the given parameter is a predefined name.

public static bool IsStandardName(string name)

Parameters

name String

Returns

Boolean