Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfXObject.OptionalContent Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.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