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

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

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