VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolylineAnnotation Class
In This Topic
    PdfPolylineAnnotation Class Methods
    In This Topic
    For a list of all methods of this type, see PdfPolylineAnnotation.
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a for the specified appearance state and appearance name. (Inherited from PdfAnnotation)
    Public MethodOverloaded. Create a copy of this annotation instance. (Inherited from PdfAnnotation)
    Public MethodOverloaded. Creates a on .Down annotation appearance. (Inherited from PdfAnnotation)
    Public MethodCreates the annotation graphics figure for this annotation. (Inherited from PdfPolygonalAnnotation)
    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. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the normal appearance for this annotation. (Inherited from PdfAnnotation)
    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 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