DataAsNumber Property (PdfAttachmentDataField)
Gets or sets the data of number type corresponding to the related entry in the file attachment collection schema field.
[DefaultValue(0)]
[Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")]
public float DataAsNumber { get; set; }
[DefaultValue(0)]
[Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")]
public: __property float get_DataAsNumber();
public: __property void set_DataAsNumber(
float
);
[DefaultValue(0)]
[Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")]
public:
property float DataAsNumber {
float get();
void set(float );
}
Property Value
Numeric value if field contains numeric value, i.e. schema field, associated with data field, has the data type
AttachmentCollectionSchemaFieldDataType.Number;
otherwise,
0.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5