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

NameTypeAccessDescription
VersionstringReadOPI dictionary version (1.3 / 2.0 / …).
FileSpecificationstringReadExternal file specification referenced by the OPI entry.
Positiondouble[]ReadOPI cropping/positioning rectangle as 4 PDF points.

Methods

SignatureDescription
Opi(xform: XForm)Construct an OPI wrapper bound to xform.

See Also