Back to Devexpress

PdfRectangle Class

officefileapi-devexpress-dot-pdf-24e7b5ec.md

latest3.1 KB
Original Source

PdfRectangle Class

A rectangle used to describe locations on a page and bounding boxes for various PDF objects.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfRectangle
vb
Public Class PdfRectangle

The following members return PdfRectangle objects:

Show 22 links

LibraryRelated API Members
Office File APIIPdfViewerAnnotation.Bounds
IPdfViewerAnnotationBuilder.Bounds
PdfAcroFormCommonVisualField.Rectangle
PdfAnnotation.Rect
PdfAnnotationData.Bounds
PdfAnnotationFacade.Rectangle
PdfBitmapBox.Bounds
PdfDocumentArea.Area
PdfFitRectangleDestination.Rectangle
PdfFontDescriptor.FontBBox
PdfForm.BBox
PdfFreeTextAnnotationFacade.TextRectangle
PdfOrientedRectangle.BoundingRectangle
PdfPage.ArtBox
PdfPage.BleedBox
PdfPage.TrimBox
PdfPageInfo.CropBox
PdfPageTreeObject.CropBox
PdfPageTreeObject.MediaBox
PdfSignatureFieldInfo.SignatureBounds
PdfWidgetFacade.Rectangle
.NET Multi-platform App UIPdfHandwrittenSignature.Rect

Remarks

A PdfRectangle object’s measurement units depend on the coordinate system used by the PDF object, to which the current PdfRectangle belongs.

Inheritance

Object PdfRectangle

See Also

PdfRectangle Members

DevExpress.Pdf Namespace