Class PdfObject
Represents a PDF object.
Inheritance
System.Object
PdfObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Filters
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfObject
Properties
BitsPerComponent
Gets the bits per component.
Declaration
public int BitsPerComponent { get; }
Property Value
System.Int32
The bits per component. |
ColorSpace
Gets the color space.
Declaration
public ColorSpace ColorSpace { get; set; }
Property Value
ColorSpace
The color space. |
Height
Gets the height.
Declaration
public int Height { get; }
Property Value
System.Int32
The height. |
Width
Gets the width.
Declaration
public int Width { get; }
Property Value
System.Int32
The width. |