VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / DataAsNumber Property
Синтаксис Требования Смотрите также
В этом разделе
    DataAsNumber Свойство (PdfAttachmentDataField)
    В этом разделе
    Возвращает или задает данные числового типа, соответствующие связанной записи в поле схемы коллекции файловых вложений.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The data of number type corresponding to the related entry in the file attachment collection schema field.")>
    Public Property DataAsNumber As Single
    
    
    [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 value
    );
    [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 value); }

    Property Value

    Числовое значение, если поле содержит числовое значение, т. е. поле схемы, связанное с полем данных, имеет тип данных AttachmentCollectionSchemaFieldDataType.Number;
    в противном случае 0.
    Требования

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

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