VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationBorderEffect Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationBorderEffect Class
    In This Topic
    Stores information about border effect of PDF annotation.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfAnnotationBorderEffect
    Syntax
    'Declaration
    
    Public Class PdfAnnotationBorderEffect
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfAnnotationBorderEffect : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfAnnotationBorderEffect : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfAnnotationBorderEffect : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Remarks

    Beginning with PDF 1.5, some annotations (square, circle, and polygon) can have a BorderEffect entry, that specifies an effect to be applied to the border of the annotations. Beginning with PDF 1.6, the free text annotation can also have a BorderEffect property.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationBorderEffect

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also