Skip to content

PDFFileAttachmentAnnotationIcon

Namespace: O2S.Components.PDF4NET.Annotations

Defines the standard names for a file attachment icons.

public class PDFFileAttachmentAnnotationIcon

Inheritance ObjectPDFFileAttachmentAnnotationIcon

Fields

Graph

This name creates a Graph icon for the annotation.

public static string Graph;

Paperclip

This name creates a Paperclip icon for the annotation.

public static string Paperclip;

PushPin

This name creates a PushPin icon for the annotation.

public static string PushPin;

Tag

This name creates a Tag icon for the annotation.

public static string Tag;

Methods

IsStandardName(String)

Verifies if the given name is a standard name.

public static bool IsStandardName(string name)

Parameters

name String

Returns

Boolean