Back to Devexpress

PdfOptimizationOptions.RemoveLogicalStructure Property

officefileapi-devexpress-dot-pdf-dot-pdfoptimizationoptions-1a021e1b.md

latest1.1 KB
Original Source

PdfOptimizationOptions.RemoveLogicalStructure Property

Gets or sets whether the logical structure (tags) is removed from the output PDF file during optimization.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool RemoveLogicalStructure { get; set; }
vb
Public Property RemoveLogicalStructure As Boolean

Property Value

TypeDescription
Boolean

true to remove logical structure (tags); otherwise false.

|

See Also

PdfOptimizationOptions Class

PdfOptimizationOptions Members

DevExpress.Pdf Namespace