VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentInformation Class / Author Property
Синтаксис Требования Смотрите также
В этом разделе
    Author Свойство (PdfDocumentInformation)
    В этом разделе
    Возвращает или задает имя человека, создавшего документ.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The name of the person who created the document.")>
    <DefaultValueAttribute(null)>
    Public Property Author As System.String
    
    
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public System.String Author { get; set; }
    
    
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public: __property System.String get_Author();
    public: __property void set_Author(
    System.String value
    );
    [Description("The name of the person who created the document.")]
    [DefaultValue(null)]
    public:
    property System.String Author { System.String get(); void set(System.String value); }
    Требования

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

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