Class XObjectContentRecord
An XObject content record.
public class XObjectContentRecord
- Inheritance
-
XObjectContentRecord
- Inherited Members
Properties
AppliedTransformation
The applied transformation.
public TransformationMatrix AppliedTransformation { get; }
Property Value
DefaultColorSpace
The default color space.
public ColorSpaceDetails DefaultColorSpace { get; }
Property Value
DefaultRenderingIntent
The default rendering intent.
public RenderingIntent DefaultRenderingIntent { get; }
Property Value
Stream
The XObject stream.
public StreamToken Stream { get; }
Property Value
Type
The XObject type.
public XObjectType Type { get; }