PdfShape

PdfShape class

Proporciona una clase base para XObjects, Artifacts y Annotations.

public abstract class PdfShape : ShapeSearchAdapter, IRotatableTwoDObject

Propiedades

Nombre Descripción
FormattedTextFragments { get; } Obtiene la colección de fragmentos de texto formateados de estePdfShape .
abstract Height { get; } Obtiene la altura del objeto.
Image { get; set; } Obtiene o establece la imagen de estePdfShape .
abstract RotateAngle { get; } Obtiene el ángulo de rotación del objeto en grados.
virtual Text { get; set; } Obtiene o establece el texto de estePdfShape .
abstract Width { get; } Obtiene el ancho del objeto.
abstract X { get; } Obtiene la coordenada x del objeto.
abstract Y { get; } Obtiene la coordenada y del objeto.

Ver también