'Declaration <CategoryAttribute("Settings")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")> Public Property CopyBookmarks As Boolean
[Category("Settings")] [DefaultValue(True)] [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")] public bool CopyBookmarks { get; set; }
[Category("Settings")] [DefaultValue(True)] [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")] public: __property bool get_CopyBookmarks(); public: __property void set_CopyBookmarks(
bool value
);
[Category("Settings")] [DefaultValue(True)] [Description("A value indicating whether command must copy bookmarks from target PDF document to the source PDF document.")] public:
property bool CopyBookmarks { bool get(); void set(bool value); }
Property Value
True - команда должна копировать закладки из целевого PDF документа в исходный PDF документ;
false - команда НЕ должна копировать закладки из целевого PDF документа в исходный PDF документ.
false - команда НЕ должна копировать закладки из целевого PDF документа в исходный PDF документ.