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

    Property Value

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

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

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