Skip to main content
All docs
V24.1

PdfOptionalContentVisibility(PdfOptionalContentProperties) Constructor

Initializes a new instance of the PdfOptionalContentVisibility class with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContentVisibility(
    PdfOptionalContentProperties optionalContentProperties
)

Parameters

Name Type Description
optionalContentProperties PdfOptionalContentProperties

An object that contains information about layers and their configuration in the document.

See Also