Name | Description | |
---|---|---|
Font | Gets the GrapeCity.Documents.Pdf.Text.Font object. | |
FontSize | Gets the font size. | |
NonstrokeColor | Gets the non-stroke (fill) color used if RenderingMode is GrapeCity.Documents.Pdf.TextRenderingMode.Fill, GrapeCity.Documents.Pdf.TextRenderingMode.FillClip GrapeCity.Documents.Pdf.TextRenderingMode.FillStroke or GrapeCity.Documents.Pdf.TextRenderingMode.FillStrokeClip.
Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern). | |
RenderingMode | Gets the PDF text rendering mode. | |
StrokeColor | Gets the stroke color used if RenderingMode is GrapeCity.Documents.Pdf.TextRenderingMode.FillStroke, GrapeCity.Documents.Pdf.TextRenderingMode.FillStrokeClip GrapeCity.Documents.Pdf.TextRenderingMode.Stroke or GrapeCity.Documents.Pdf.TextRenderingMode.StrokeClip.
Note that this can return null if the stroke method cannot be converted to a single color (e.g. if the stroke is specified as a pattern). |