Table of Contents

Class XObjectContentRecord

Namespace
UglyToad.PdfPig.Graphics
Assembly
UglyToad.PdfPig.dll

An XObject content record.

public class XObjectContentRecord
Inheritance
XObjectContentRecord
Inherited Members

Properties

AppliedTransformation

The applied transformation.

public TransformationMatrix AppliedTransformation { get; }

Property Value

TransformationMatrix

DefaultColorSpace

The default color space.

public ColorSpaceDetails DefaultColorSpace { get; }

Property Value

ColorSpaceDetails

DefaultRenderingIntent

The default rendering intent.

public RenderingIntent DefaultRenderingIntent { get; }

Property Value

RenderingIntent

Stream

The XObject stream.

public StreamToken Stream { get; }

Property Value

StreamToken

Type

The XObject type.

public XObjectType Type { get; }

Property Value

XObjectType