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

PdfXObject.OpenPrepressInterface Property

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

Namespace: DevExpress.Pdf

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