VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfRemoteGotoAction Class / DocumentSpecification Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentSpecification Свойство (PdfRemoteGotoAction)
    В этом разделе
    Возвращает или задает PDF-файл, в котором находится место назначения.
    Синтаксис
    'Declaration
    
    Public Property DocumentSpecification As PdfFileSpecification
    
    
    public PdfFileSpecification DocumentSpecification { get; set; }
    
    
    public: __property PdfFileSpecification* get_DocumentSpecification();
    public: __property void set_DocumentSpecification(
    PdfFileSpecification* value
    );
    public:
    property PdfFileSpecification^ DocumentSpecification { PdfFileSpecification^ get(); void set(PdfFileSpecification^ value); }
    Требования

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

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