Class PathObject
Inheritance
System.Object
PathObject
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentPathObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IJsonSerializable
Assembly: IronPdf.dll
Syntax
public class PathObject : Object, IPdfPathObject, IPdfDocumentObject
Fields
_FillColor
Declaration
protected Color _FillColor
Field Value
Type |
Description |
System.Drawing.Color |
|
_Points
Declaration
protected IReadOnlyCollection<PointF> _Points
Field Value
Type |
Description |
System.Collections.Generic.IReadOnlyCollection<System.Drawing.PointF> |
|
_Scale
Declaration
Field Value
Type |
Description |
System.Drawing.PointF |
|
_StrokeColor
Declaration
protected Color _StrokeColor
Field Value
Type |
Description |
System.Drawing.Color |
|
_Translate
Declaration
protected PointF _Translate
Field Value
Type |
Description |
System.Drawing.PointF |
|
Properties
BoundingBox
Declaration
public RectangleF BoundingBox { get; set; }
Property Value
Type |
Description |
System.Drawing.RectangleF |
|
Client
Declaration
public IPdfClient Client { get; set; }
Property Value
Type |
Description |
IronSoftware.Pdfium.IPdfClient |
|
FillColor
Declaration
public Color FillColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Matrix
Declaration
public MatrixStruct Matrix { get; }
Property Value
Type |
Description |
IronSoftware.MatrixStruct |
|
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
PageIndex
Declaration
public uint PageIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
PdfDocumentId
Declaration
public IPdfDocumentId PdfDocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IPdfDocumentId |
|
Points
Declaration
public IReadOnlyCollection<PointF> Points { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyCollection<System.Drawing.PointF> |
|
Scale
Declaration
public PointF Scale { get; set; }
Property Value
Type |
Description |
System.Drawing.PointF |
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Translate
Declaration
public PointF Translate { get; set; }
Property Value
Type |
Description |
System.Drawing.PointF |
|
Methods
ToJson()
Declaration
Returns
Type |
Description |
System.String |
|
Implements
IronSoftware.IDocumentObject
IronSoftware.IDocumentPathObject
IronSoftware.IBounded
IronSoftware.ITransformable
IronSoftware.IJsonSerializable