VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageResizeCanvasCommand Class / RemoveInvisibleContent Property
Syntax Requirements SeeAlso
In This Topic
    RemoveInvisibleContent Property (PdfPageResizeCanvasCommand)
    In This Topic
    Gets or sets a value indicating whether invisible content on the PDF page must be removed from PDF page.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether invisible content on the PDF page must be removed from PDF page.")>
    Public Property RemoveInvisibleContent As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether invisible content on the PDF page must be removed from PDF page.")]
    public bool RemoveInvisibleContent { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether invisible content on the PDF page must be removed from PDF page.")]
    public: __property bool get_RemoveInvisibleContent();
    public: __property void set_RemoveInvisibleContent(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether invisible content on the PDF page must be removed from PDF page.")]
    public:
    property bool RemoveInvisibleContent { bool get(); void set(bool value); }

    Property Value

    True - invisible content on the PDF page must be removed; false - invisible content on the PDF page must NOT be removed.
    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