VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class / CopyBookmarks Property
Синтаксис Требования Смотрите также
В этом разделе
    CopyBookmarks Свойство (PdfDocumentCopyCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда копировать закладки из целевого PDF документа в исходный PDF документ.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")>
    <DefaultValueAttribute(True)>
    <CategoryAttribute("Settings")>
    Public Property CopyBookmarks As Boolean
    
    
    [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public bool CopyBookmarks { get; set; }
    
    
    [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public: __property bool get_CopyBookmarks();
    public: __property void set_CopyBookmarks(
    bool value
    );
    [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public:
    property bool CopyBookmarks { bool get(); void set(bool value); }

    Property Value

    True - команда должна копировать закладки из целевого PDF документа в исходный PDF документ;
    false - команда НЕ должна копировать закладки из целевого PDF документа в исходный PDF документ.
    Требования

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

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