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

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

    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