SVGOutputOptionsSetSvgFonts Method |
Sets whether to convert all fonts to SVG or not.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSvgFonts(
bool svg_fonts
)
Public Sub SetSvgFonts (
svg_fonts As Boolean
)
public:
virtual void SetSvgFonts(
[InAttribute] bool svg_fonts
) sealed
function SetSvgFonts(svg_fonts);
Parameters
- svg_fonts
- Type: SystemBoolean
If true, fonts are converted to SVG. Otherwise they are converted to OpenType. Default is false.
See Also