VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / RemoveInvalidBookmarks Property
Syntax Requirements SeeAlso
In This Topic
    RemoveInvalidBookmarks Property (PdfDocumentCompressorCommand)
    In This Topic
    Gets or sets a value indicating whether the command must remove invalid bookmarks.
    Syntax
    'Declaration
    
    <CategoryAttribute("Cleanup")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the command must remove invalid bookmarks.")>
    Public Property RemoveInvalidBookmarks As Boolean
    
    
    [Category("Cleanup")]
    [DefaultValue(True)]
    [Description("A value indicating whether the command must remove invalid bookmarks.")]
    public bool RemoveInvalidBookmarks { get; set; }
    
    
    [Category("Cleanup")]
    [DefaultValue(True)]
    [Description("A value indicating whether the command must remove invalid bookmarks.")]
    public: __property bool get_RemoveInvalidBookmarks();
    public: __property void set_RemoveInvalidBookmarks(
    bool value
    );
    [Category("Cleanup")]
    [DefaultValue(True)]
    [Description("A value indicating whether the command must remove invalid bookmarks.")]
    public:
    property bool RemoveInvalidBookmarks { bool get(); void set(bool value); }

    Property Value

    True - command must remove invalid bookmarks; false - command must NOT remove invalid bookmarks.
    Default value is true.
    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