PdfAnnotation

PdfAnnotation class

Representa una anotación en un documento pdf.

public class PdfAnnotation : PdfShape

Propiedades

Nombre Descripción
AnnotationType { get; } Obtiene el tipo de estePdfAnnotation .
FormattedTextFragments { get; } Obtiene la colección de fragmentos de texto formateados de estePdfShape .
override Height { get; } Obtiene la altura de estePdfAnnotationen puntos.
Image { get; set; } Obtiene o establece la imagen de estePdfShape .
Page { get; } Obtiene la página principal de estePdfAnnotation .
override RotateAngle { get; } Obtiene el ángulo de rotación de estePdfAnnotation en grados.
virtual Text { get; set; } Obtiene o establece el texto de estePdfShape .
override Width { get; } Obtiene el ancho de estePdfAnnotationen puntos.
override X { get; } Obtiene el desplazamiento horizontal de estePdfAnnotation desde el borde izquierdo de la página en puntos.
override Y { get; } Obtiene el desplazamiento vertical de estePdfAnnotation desde el borde inferior de la hoja de cálculo en points.

Observaciones

Aprende más:

Ver también