Gets the text rendering mode for this chunk.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfTextRenderingMode RenderingMode { get; }
VB
Public ReadOnly Property RenderingMode As PdfTextRenderingMode
Get
Property Value
Type:
PdfTextRenderingModeThe text rendering mode.
See Also