Class PdfElement
Base class for all PDF primitives
Inheritance
System.Object
PdfElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Media.PDF.Elements
Assembly: Azos.Media.dll
Syntax
public abstract class PdfElement : PdfObject, IPdfObject
Properties
X
X-coordinate
Declaration
public float X { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Y
Y-coordinate
Declaration
public float Y { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Write(PdfWriter)
Writes element into file stream
Declaration
public abstract void Write(PdfWriter writer)
Parameters
Type | Name | Description |
---|---|---|
PdfWriter | writer | PDF writer |