menu

Document Processing

OXPSPathGeometry Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    OXPSPathGeometry Class

    Inheritance
    System.Object
    OXPSPathGeometry
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class OXPSPathGeometry : Object

    Constructors

    OXPSPathGeometry()

    Declaration
    public OXPSPathGeometry()

    Properties

    Figures

    Declaration
    public string Figures { get; set; }
    Property Value
    Type
    System.String

    FillRule

    Declaration
    public OXPSFillRule FillRule { get; set; }
    Property Value
    Type
    OXPSFillRule

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    PathFigure

    Declaration
    public OXPSPathFigure[] PathFigure { get; set; }
    Property Value
    Type
    OXPSPathFigure[]

    PathGeometryTransform

    Declaration
    public OXPSTransform PathGeometryTransform { get; set; }
    Property Value
    Type
    OXPSTransform

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved