VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / IsCalculated Property
Синтаксис Требования Смотрите также
В этом разделе
    IsCalculated Свойство (PdfInteractiveFormField)
    В этом разделе
    Возвращает значение, указывающее, вычисляется ли это поле (действие поля Calculate не равно null).
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Indicating whether value of this field is calculated.")>
    <CategoryAttribute("Common")>
    <DefaultValueAttribute(False)>
    Public ReadOnly Property IsCalculated As Boolean
    
    
    [Description("Indicating whether value of this field is calculated.")]
    [Category("Common")]
    [DefaultValue(False)]
    public bool IsCalculated { get; }
    
    
    [Description("Indicating whether value of this field is calculated.")]
    [Category("Common")]
    [DefaultValue(False)]
    public: __property bool get_IsCalculated();
    
    
    
    [Description("Indicating whether value of this field is calculated.")]
    [Category("Common")]
    [DefaultValue(False)]
    public:
    property bool IsCalculated { bool get(); }

    Property Value

    True, если поле вычисляется (AdditionalActions.Calculate не равно null); в противном случае, false.
    Требования

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

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