Skip to main content

PdfXObject.OptionalContent Property

Gets the value specifying the optional content properties for the form XObject.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContent OptionalContent { get; }

Property Value

Type Description
PdfOptionalContent

A PdfOptionalContent object that contains the optional content properties for the form XObject.

See Also