Class XObjectImage
A PostScript image XObject.
public class XObjectImage : IPdfImage
- Inheritance
-
XObjectImage
- Implements
- Inherited Members
Properties
BitsPerComponent
public int BitsPerComponent { get; }
Property Value
Bounds
public PdfRectangle Bounds { get; }
Property Value
ColorSpaceDetails
public ColorSpaceDetails ColorSpaceDetails { get; }
Property Value
Decode
public IReadOnlyList<decimal> Decode { get; }
Property Value
HeightInSamples
public int HeightInSamples { get; }
Property Value
ImageDictionary
public DictionaryToken ImageDictionary { get; }
Property Value
Interpolate
public bool Interpolate { get; }
Property Value
IsImageMask
public bool IsImageMask { get; }
Property Value
IsInlineImage
public bool IsInlineImage { get; }
Property Value
IsJpxEncoded
The JPX filter encodes data using the JPEG2000 compression method. A JPEG2000 data stream allows different versions of the image to be decoded allowing for thumbnails to be extracted.
public bool IsJpxEncoded { get; }
Property Value
RawBytes
public IReadOnlyList<byte> RawBytes { get; }
Property Value
RenderingIntent
public RenderingIntent RenderingIntent { get; }
Property Value
WidthInSamples
public int WidthInSamples { get; }
Property Value
Methods
ToString()
public override string ToString()
Returns
TryGetBytes(out IReadOnlyList<byte>)
public bool TryGetBytes(out IReadOnlyList<byte> bytes)
Parameters
bytes
IReadOnlyList<byte>
Returns
TryGetPng(out byte[])
public bool TryGetPng(out byte[] bytes)
Parameters
bytes
byte[]