VintaSoft Imaging .NET SDK 14.0: 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
    
    <DefaultValueAttribute(False)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("Indicating whether value of this field is calculated.")>
    Public ReadOnly Property IsCalculated As Boolean
    
    
    [DefaultValue(False)]
    [Category("Common")]
    [Description("Indicating whether value of this field is calculated.")]
    public bool IsCalculated { get; }
    
    
    [DefaultValue(False)]
    [Category("Common")]
    [Description("Indicating whether value of this field is calculated.")]
    public: __property bool get_IsCalculated();
    
    
    
    [DefaultValue(False)]
    [Category("Common")]
    [Description("Indicating whether value of this field is calculated.")]
    public:
    property bool IsCalculated { bool get(); }

    Property Value

    True if field is calculated (AdditionalActions.Calculate in not null); otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also