Skip to content

PDFTextAnnotationIcon

Namespace: O2S.Components.PDF4NET.Annotations

Defines the standard names for a text note icons.

public class PDFTextAnnotationIcon

Inheritance ObjectPDFTextAnnotationIcon

Fields

Check

This name creates a Checkmark icon for the annotation.

public static string Check;

Circle

This name creates a Circle icon for the annotation.

public static string Circle;

Comment

This name creates a Comment icon for the annotation.

public static string Comment;

Cross

This name creates a Cross icon for the annotation.

public static string Cross;

Help

This name creates a Help icon for the annotation.

public static string Help;

Insert

This name creates an Insert icon for the annotation.

public static string Insert;

Key

This name creates a Key icon for the annotation.

public static string Key;

NewParagraph

This name creates a New paragraph icon for the annotation.

public static string NewParagraph;

Note

This name creates a Note icon for the annotation.

public static string Note;

Paragraph

This name creates a Paragraph icon for the annotation.

public static string Paragraph;

RightArrow

This name creates a Right arrow icon for the annotation.

public static string RightArrow;

RightPointer

This name creates a Right pointer icon for the annotation.

public static string RightPointer;

Star

This name creates a Star icon for the annotation.

public static string Star;

UpArrow

This name creates an Up arrow icon for the annotation.

public static string UpArrow;

UpLeftArrow

This name creates an Up left arrow icon for the annotation.

public static string UpLeftArrow;

Constructors

PDFTextAnnotationIcon()

public PDFTextAnnotationIcon()

Methods

IsStandardName(String)

Verifies if the given name is a standard name.

public static bool IsStandardName(string name)

Parameters

name String

Returns

Boolean