VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCopyCommand Class / CopyOptionalContentProperties Property
Syntax Requirements SeeAlso
In This Topic
    CopyOptionalContentProperties Property (PdfDocumentCopyCommand)
    In This Topic
    Gets or sets a value indicating whether command must copy optional content properties from target PDF document to the source PDF document.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")>
    <DefaultValueAttribute(True)>
    <CategoryAttribute("Settings")>
    Public Property CopyOptionalContentProperties As Boolean
    
    
    [Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public bool CopyOptionalContentProperties { get; set; }
    
    
    [Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public: __property bool get_CopyOptionalContentProperties();
    public: __property void set_CopyOptionalContentProperties(
    bool value
    );
    [Description("A value indicating whether command must copy optional content properties from target PDF document to the source PDF document.")]
    [DefaultValue(True)]
    [Category("Settings")]
    public:
    property bool CopyOptionalContentProperties { bool get(); void set(bool value); }

    Property Value

    True - command must copy optional content properties from target PDF document to the source PDF document;
    false - command must NOT copy optional content properties from target PDF document to the source PDF document.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also