Back to Devexpress

PdfPoint Struct

officefileapi-devexpress-dot-pdf-1c34daac.md

latest1.7 KB
Original Source

PdfPoint Struct

Specifies the coordinates of a PDF point.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public struct PdfPoint :
    IEquatable<PdfPoint>
vb
Public Structure PdfPoint
    Implements IEquatable(Of PdfPoint)

The following members return PdfPoint objects:

Implements

IEquatable<PdfPoint>

See Also

PdfPoint Members

DevExpress.Pdf Namespace