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

PdfXObject.OpenPrepressInterface Property

Gets an Open Prepress Interface (OPI) dictionary for the form XObject.

Namespace: DevExpress.Pdf

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

Declaration

public PdfOpenPrepressInterface OpenPrepressInterface { get; }

Property Value

Type Description
DevExpress.Pdf.PdfOpenPrepressInterface

A PdfOpenPrepressInterface object that is the OPI dictionary.

See Also