VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfFreeTextAnnotation Class
In This Topic
PdfFreeTextAnnotation Class Methods
In This Topic
For a list of all methods of this type, see PdfFreeTextAnnotation.
Public Methods
 NameDescription
Public MethodOverloaded. Creates a for the specified appearance state and appearance name.
Public MethodOverloaded. Create a copy of this annotation instance. (Inherited from PdfAnnotation)
Public MethodOverloaded. Creates a on .DownStates annotation appearance with specified name. (Inherited from PdfAnnotation)
Public MethodCreates the annotation graphics figure for this annotation.
Public MethodOverloaded. Creates a on .Normal annotation appearance. (Inherited from PdfAnnotation)
Public MethodOverloaded. Creates a on .Rollover annotation appearance. (Inherited from PdfAnnotation)
Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfAnnotation)
Public MethodReturns the appearance for this annotation. (Inherited from PdfAnnotation)
Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
Public MethodReturns the normal appearance for this annotation. (Inherited from PdfAnnotation)
Public MethodOverloaded. Returns the properties of text default appearance.
Public MethodReturns the transform from the annotation space to the page space. (Inherited from PdfAnnotation)
Public MethodMultiplies a current transformation matrix of annotation appearances to the specified transformation matrix. (Inherited from PdfAnnotation)
Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfAnnotation)
Public MethodSets the specified flag value in Flags property. (Inherited from PdfAnnotation)
Public MethodSets the properties of text default appearance.
Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
Public MethodUpdates the appearance of this annotation using appearance generator. (Inherited from PdfAnnotation)
Protected Methods
 NameDescription
Protected MethodCreates the default annotation appearance generator.
Protected MethodRaises the AppearanceUpdated event. (Inherited from PdfAnnotation)
Protected MethodRaises the ContentsChanged event. (Inherited from PdfAnnotation)
Protected MethodRaises the RectangleChanged event. (Inherited from PdfAnnotation)
See Also