Opi
Overview
Opi is a class in Aspose.PDF FOSS for .NET.
Open Prepress Interface (OPI) metadata wrapper for an XForm.
This class provides 1 method for working with Opi objects in .NET programs.
Available methods include: Opi.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: FileSpecification, Position, Version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Version | string | Read | OPI dictionary version (1.3 / 2.0 / …). |
FileSpecification | string | Read | External file specification referenced by the OPI entry. |
Position | double[] | Read | OPI cropping/positioning rectangle as 4 PDF points. |
Methods
| Signature | Description |
|---|---|
Opi(xform: XForm) | Construct an OPI wrapper bound to xform. |