VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / Prefix Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    Prefix Свойство (PdfAttachmentDataField)
    В этом разделе
    Возвращает или задает строку префикса, которая объединяется с текстовой строкой, представленной пользователю.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("A prefix string that is concatenated with the text string presented to the user.")>
    Public Property Prefix As System.String
    
    
    [DefaultValue(null)]
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    public System.String Prefix { get; set; }
    
    
    [DefaultValue(null)]
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    public: __property System.String get_Prefix();
    public: __property void set_Prefix(
    System.String value
    );
    [DefaultValue(null)]
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    public:
    property System.String Prefix { System.String get(); void set(System.String value); }
    Ремарки

    Это свойство игнорируется, когда приложение для просмотра PDF сортирует элементы в коллекции.

    Требования

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

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