Skip to main content
A newer version of this page is available. .

PdfXObject.OptionalContent Property

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

Namespace: DevExpress.Pdf

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

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