'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 документ.
false - команда НЕ должна копировать закладки из целевого PDF документа в исходный PDF документ.