VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / BorderStyleType Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderStyleType Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает тип стиля границы.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The type of border style.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(Default)>
    Public Property BorderStyleType As PdfAnnotationBorderStyleType
    
    
    [Description("The type of border style.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public PdfAnnotationBorderStyleType BorderStyleType { get; set; }
    
    
    [Description("The type of border style.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public: __property PdfAnnotationBorderStyleType get_BorderStyleType();
    public: __property void set_BorderStyleType(
    PdfAnnotationBorderStyleType value
    );
    [Description("The type of border style.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public:
    property PdfAnnotationBorderStyleType BorderStyleType { PdfAnnotationBorderStyleType get(); void set(PdfAnnotationBorderStyleType value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также