API Reference
Class
PdfTextEditOptions
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
- Method PdfDocumentTextEditor.Add
- Method PdfDocumentTextEditor.Move
- Method PdfDocumentTextEditor.Replace
- Method PdfDocumentTextEditor.ReplaceAll
Constructors
public PdfTextEditOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.