Skip to main content

PdfXObject.OpenPrepressInterface Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOpenPrepressInterface OpenPrepressInterface { get; }

Property Value

Type Description
DevExpress.Pdf.PdfOpenPrepressInterface

A PdfOpenPrepressInterface object that is the OPI dictionary.

See Also