VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class / Prefix Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Prefix Property (PdfAttachmentDataField)
    In This Topic
    Gets or sets a prefix string that is concatenated with the text string presented to the user.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A prefix string that is concatenated with the text string presented to the user.")>
    <DefaultValueAttribute(null)>
    Public Property Prefix As System.String
    
    
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    [DefaultValue(null)]
    public System.String Prefix { get; set; }
    
    
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    [DefaultValue(null)]
    public: __property System.String get_Prefix();
    public: __property void set_Prefix(
    System.String value
    );
    [Description("A prefix string that is concatenated with the text string presented to the user.")]
    [DefaultValue(null)]
    public:
    property System.String Prefix { System.String get(); void set(System.String value); }
    Remarks

    This property is ignored when a PDF viewer application sorts the items in the collection.

    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