VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfInkAnnotationAppearanceGenerator Class / UseSmoothing Property
Синтаксис Требования Смотрите также
В этом разделе
    UseSmoothing Свойство (PdfInkAnnotationAppearanceGenerator)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли генератор внешнего вида сглаживать точки полилинии.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the appearance generator must smooth points of polyline.")>
    Public Property UseSmoothing As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the appearance generator must smooth points of polyline.")]
    public bool UseSmoothing { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the appearance generator must smooth points of polyline.")]
    public: __property bool get_UseSmoothing();
    public: __property void set_UseSmoothing(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the appearance generator must smooth points of polyline.")]
    public:
    property bool UseSmoothing { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

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

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