VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / IsCalculated Property
Syntax Requirements SeeAlso
In This Topic
    IsCalculated Property (PdfInteractiveFormField)
    In This Topic
    Gets a value indicating whether this field is calculated (field Calculate action is not null).
    Syntax
    '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 if field is calculated (AdditionalActions.Calculate in not null); otherwise, false.
    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