API Reference

Class

PdfTextEditOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Style overrides for existing-page text editing. Null values preserve detected style when possible.

Inheritance

  • Object
  • PdfTextEditOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfTextEditOptions() #

Properties

public Nullable<PdfStandardFont> Font { get; set; } #

Standard PDF font. Null preserves the detected family/style or uses Helvetica for new text.

public Nullable<Double> FontSize { get; set; } #

Font size in points. Null preserves the detected size or uses 12 points for new text.

public Nullable<PdfColor> Color { get; set; } #

Text color. Null preserves the detected color or uses black for new text.

public Nullable<Double> RotationDegrees { get; set; } #

Baseline rotation in degrees. Null preserves the detected rotation or uses zero for new text.